#CB6944

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

Shades of Red Damask #CB6944

Tints of Red Damask #CB6944

Color information

#CB6944 (or 0xCB6944) is unknown color: approx Red Damask. HEX triplet: CB, 69 and 44. RGB value is (203,105,68). Sum of RGB (Red+Green+Blue) = 203+105+68=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6944 is #3496BB. Grayscale: #828282. Windows color (decimal): -3446460 or 4483531. OLE color: 4483531.

HSL color Cylindrical-coordinate representation of color #CB6944: hue angle of 16.44º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB6944 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB20310568-
CMYK00.480.670.20
HSL16.44º56.49%53.14%-
HSV(B)16.44º66.5%79.61%-
XYZ30.7223.228.33-
YUV130.0892.97180.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.99%
GREEN value IS 105 (41.41% from 255) = 27.93%
BLUE value IS 68 (26.95% from 255) = 18.09%
R=53.99%
G=27.93%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031056800.480.670.2016.4456.4953.14
HexCB69440304314103835
Octal31315110406010324207065
Binary1100101111010011000100011000010000111010010000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6944; }

 p { color: rgb(203,105,68); }

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

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

 a { background-color: rgb(203,105,68); }

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

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

 span { border-color: rgb(203,105,68); }

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