#CB6B4B

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

Shades of Red Damask #CB6B4B

Tints of Red Damask #CB6B4B

Color information

#CB6B4B (or 0xCB6B4B) is unknown color: approx Red Damask. HEX triplet: CB, 6B and 4B. RGB value is (203,107,75). Sum of RGB (Red+Green+Blue) = 203+107+75=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6B4B is #3494B4. Grayscale: #848484. Windows color (decimal): -3445941 or 4942795. OLE color: 4942795.

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

Color convert

RGB20310775-
CMYK00.470.630.20
HSL15º55.17%54.51%-
HSV(B)15º63.05%79.61%-
XYZ31.1623.729.59-
YUV132.0695.8178.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.73%
GREEN value IS 107 (42.19% from 255) = 27.79%
BLUE value IS 75 (29.69% from 255) = 19.48%
R=52.73%
G=27.79%
B=19.48%

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
Decimal2031077500.470.630.201555.1754.51
HexCB6B4B02F3F14f3737
Octal3131531130577724176767
Binary11001011110101110010110101111111111101001111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6B4B; }

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

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

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

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

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

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

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

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