#CB6E4A

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

Shades of Red Damask #CB6E4A

Tints of Red Damask #CB6E4A

Color information

#CB6E4A (or 0xCB6E4A) is unknown color: approx Red Damask. HEX triplet: CB, 6E and 4A. RGB value is (203,110,74). Sum of RGB (Red+Green+Blue) = 203+110+74=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6E4A is #3491B5. Grayscale: #858585. Windows color (decimal): -3445174 or 4878027. OLE color: 4878027.

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

Color convert

RGB20311074-
CMYK00.460.640.20
HSL16.74º55.36%54.31%-
HSV(B)16.74º63.55%79.61%-
XYZ31.4424.349.52-
YUV133.794.31177.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.45%
GREEN value IS 110 (43.36% from 255) = 28.42%
BLUE value IS 74 (29.30% from 255) = 19.12%
R=52.45%
G=28.42%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031107400.460.640.2016.7455.3654.31
HexCB6E4A02E4014113736
Octal31315611205610024216766
Binary1100101111011101001010010111010000001010010001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6E4A; }

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

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

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

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

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

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

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

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