#cb6c4b

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

Shades of Red Damask #CB6C4B

Tints of Red Damask #CB6C4B

Color information

#CB6C4B (or 0xCB6C4B) is unknown color: approx Red Damask. HEX triplet: CB, 6C and 4B. RGB value is (203,108,75). Sum of RGB (Red+Green+Blue) = 203+108+75=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6C4B is #3493B4. Grayscale: #848484. Windows color (decimal): -3445685 or 4943051. OLE color: 4943051.

HSL color Cylindrical-coordinate representation of color #CB6C4B: hue angle of 15.47º 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 #CB6C4B is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB20310875-
CMYK00.470.630.20
HSL15.47º55.17%54.51%-
HSV(B)15.47º63.05%79.61%-
XYZ31.2623.939.63-
YUV132.6495.47178.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.59%
GREEN value IS 108 (42.58% from 255) = 27.98%
BLUE value IS 75 (29.69% from 255) = 19.43%
R=52.59%
G=27.98%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031087500.470.630.2015.4755.1754.51
HexCB6C4B02F3F14f3737
Octal3131541130577724176767
Binary11001011110110010010110101111111111101001111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb6c4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb6c4b; }

 p { color: rgb(203,108,75); }

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

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

 a { background-color: rgb(203,108,75); }

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

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

 span { border-color: rgb(203,108,75); }

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