#CB6D42

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

Shades of Red Damask #CB6D42

Tints of Red Damask #CB6D42

Color information

#CB6D42 (or 0xCB6D42) is unknown color: approx Red Damask. HEX triplet: CB, 6D and 42. RGB value is (203,109,66). Sum of RGB (Red+Green+Blue) = 203+109+66=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6D42 is #3492BD. Grayscale: #848484. Windows color (decimal): -3445438 or 4353483. OLE color: 4353483.

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

Color convert

RGB20310966-
CMYK00.460.670.20
HSL18.83º56.85%52.75%-
HSV(B)18.83º67.49%79.61%-
XYZ31.0824.038.15-
YUV132.290.64178.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.70%
GREEN value IS 109 (42.97% from 255) = 28.84%
BLUE value IS 66 (26.17% from 255) = 17.46%
R=53.70%
G=28.84%
B=17.46%

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
Decimal2031096600.460.670.2018.8356.8552.75
HexCB6D4202E4314133935
Octal31315510205610324237165
Binary1100101111011011000010010111010000111010010011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6D42; }

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

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

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

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

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

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

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

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