#CB6E44

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

Shades of Red Damask #CB6E44

Tints of Red Damask #CB6E44

Color information

#CB6E44 (or 0xCB6E44) is unknown color: approx Red Damask. HEX triplet: CB, 6E and 44. RGB value is (203,110,68). Sum of RGB (Red+Green+Blue) = 203+110+68=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6E44 is #3491BB. Grayscale: #858585. Windows color (decimal): -3445180 or 4484811. OLE color: 4484811.

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

Color convert

RGB20311068-
CMYK00.460.670.20
HSL18.67º56.49%53.14%-
HSV(B)18.67º66.5%79.61%-
XYZ31.2524.278.51-
YUV133.0291.31177.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.28%
GREEN value IS 110 (43.36% from 255) = 28.87%
BLUE value IS 68 (26.95% from 255) = 17.85%
R=53.28%
G=28.87%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031106800.460.670.2018.6756.4953.14
HexCB6E4402E4314133835
Octal31315610405610324237065
Binary1100101111011101000100010111010000111010010011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6E44; }

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

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

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

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

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

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

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

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