#CB6D41

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

Shades of Red Damask #CB6D41

Tints of Red Damask #CB6D41

Color information

#CB6D41 (or 0xCB6D41) is unknown color: approx Red Damask. HEX triplet: CB, 6D and 41. RGB value is (203,109,65). Sum of RGB (Red+Green+Blue) = 203+109+65=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6D41 is #3492BE. Grayscale: #848484. Windows color (decimal): -3445439 or 4287947. OLE color: 4287947.

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

Color convert

RGB20310965-
CMYK00.460.680.20
HSL19.13º57.02%52.55%-
HSV(B)19.13º67.98%79.61%-
XYZ31.0524.028-
YUV132.0990.14178.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.85%
GREEN value IS 109 (42.97% from 255) = 28.91%
BLUE value IS 65 (25.78% from 255) = 17.24%
R=53.85%
G=28.91%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031096500.460.680.2019.1357.0252.55
HexCB6D4102E4414133935
Octal31315510105610424237165
Binary1100101111011011000001010111010001001010010011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6D41; }

 p { color: rgb(203,109,65); }

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

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

 a { background-color: rgb(203,109,65); }

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

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

 span { border-color: rgb(203,109,65); }

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