#cb7450

Color #CB7450 Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #CB7450

Tints of Red Damask #CB7450

Color information

#CB7450 (or 0xCB7450) is unknown color: approx Red Damask. HEX triplet: CB, 74 and 50. RGB value is (203,116,80). Sum of RGB (Red+Green+Blue) = 203+116+80=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7450 is #348BAF. Grayscale: #8A8A8A. Windows color (decimal): -3443632 or 5272779. OLE color: 5272779.

HSL color Cylindrical-coordinate representation of color #CB7450: hue angle of 17.56º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB7450 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB20311680-
CMYK00.430.610.20
HSL17.56º54.19%55.49%-
HSV(B)17.56º60.59%79.61%-
XYZ32.3225.7710.86-
YUV137.9195.32174.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 50.88%
GREEN value IS 116 (45.70% from 255) = 29.07%
BLUE value IS 80 (31.64% from 255) = 20.05%
R=50.88%
G=29.07%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031168000.430.610.2017.5654.1955.49
HexCB745002B3D14123637
Octal3131641200537524226667
Binary110010111110100101000001010111111011010010010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb7450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb7450; }

 p { color: rgb(203,116,80); }

 H1.HeaderClassName
 {
   color: #cb7450;
 }
 .AnyTagClassName
 {
   color: #cb7450;
 }
</style>
background-color css

<style>
 a { background-color: #cb7450; }

 a { background-color: rgb(203,116,80); }

 div.DivClassName
 {
   background-color: #cb7450;
 }
 .BgClassName
 {
   background-color: #cb7450;
 }
</style>
border-color css

<style>
 span { border-color: #cb7450; }

 span { border-color: rgb(203,116,80); }

 td.TdClassName
 {
   border-color: #cb7450;
 }
 .TagClassName
 {
   border-color: #cb7450;
 }
</style>