#CB6E4B

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

Shades of Red Damask #CB6E4B

Tints of Red Damask #CB6E4B

Color information

#CB6E4B (or 0xCB6E4B) is unknown color: approx Red Damask. HEX triplet: CB, 6E and 4B. RGB value is (203,110,75). Sum of RGB (Red+Green+Blue) = 203+110+75=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6E4B is #3491B4. Grayscale: #868686. Windows color (decimal): -3445173 or 4943563. OLE color: 4943563.

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

Color convert

RGB20311075-
CMYK00.460.630.20
HSL16.41º55.17%54.51%-
HSV(B)16.41º63.05%79.61%-
XYZ31.4724.369.7-
YUV133.8294.81177.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.32%
GREEN value IS 110 (43.36% from 255) = 28.35%
BLUE value IS 75 (29.69% from 255) = 19.33%
R=52.32%
G=28.35%
B=19.33%

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
Decimal2031107500.460.630.2016.4155.1754.51
HexCB6E4B02E3F14103737
Octal3131561130567724206767
Binary110010111101110100101101011101111111010010000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6E4B; }

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

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

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

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

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

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

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

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