#CB6849

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

Shades of Red Damask #CB6849

Tints of Red Damask #CB6849

Color information

#CB6849 (or 0xCB6849) is unknown color: approx Red Damask. HEX triplet: CB, 68 and 49. RGB value is (203,104,73). Sum of RGB (Red+Green+Blue) = 203+104+73=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6849 is #3497B6. Grayscale: #828282. Windows color (decimal): -3446711 or 4810955. OLE color: 4810955.

HSL color Cylindrical-coordinate representation of color #CB6849: hue angle of 14.31º degrees, saturation: 0.56, 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 #CB6849 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB20310473-
CMYK00.490.640.20
HSL14.31º55.56%54.12%-
HSV(B)14.31º64.04%79.61%-
XYZ30.7823.089.14-
YUV130.0795.8180.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.42%
GREEN value IS 104 (41.02% from 255) = 27.37%
BLUE value IS 73 (28.91% from 255) = 19.21%
R=53.42%
G=27.37%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031047300.490.640.2014.3155.5654.12
HexCB68490314014e3836
Octal31315011106110024167066
Binary110010111101000100100101100011000000101001110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6849; }

 p { color: rgb(203,104,73); }

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

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

 a { background-color: rgb(203,104,73); }

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

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

 span { border-color: rgb(203,104,73); }

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