#CB6D4C

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

Shades of Red Damask #CB6D4C

Tints of Red Damask #CB6D4C

Color information

#CB6D4C (or 0xCB6D4C) is unknown color: approx Red Damask. HEX triplet: CB, 6D and 4C. RGB value is (203,109,76). Sum of RGB (Red+Green+Blue) = 203+109+76=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6D4C is #3492B3. Grayscale: #858585. Windows color (decimal): -3445428 or 5008843. OLE color: 5008843.

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

Color convert

RGB20310976-
CMYK00.460.630.20
HSL15.59º54.98%54.71%-
HSV(B)15.59º62.56%79.61%-
XYZ31.424.169.84-
YUV133.3495.64177.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.32%
GREEN value IS 109 (42.97% from 255) = 28.09%
BLUE value IS 76 (30.08% from 255) = 19.59%
R=52.32%
G=28.09%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031097600.460.630.2015.5954.9854.71
HexCB6D4C02E3F14103737
Octal3131551140567724206767
Binary110010111101101100110001011101111111010010000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6D4C; }

 p { color: rgb(203,109,76); }

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

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

 a { background-color: rgb(203,109,76); }

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

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

 span { border-color: rgb(203,109,76); }

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