#CB6546

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

Shades of Red Damask #CB6546

Tints of Red Damask #CB6546

Color information

#CB6546 (or 0xCB6546) is unknown color: approx Red Damask. HEX triplet: CB, 65 and 46. RGB value is (203,101,70). Sum of RGB (Red+Green+Blue) = 203+101+70=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6546 is #349AB9. Grayscale: #808080. Windows color (decimal): -3447482 or 4613579. OLE color: 4613579.

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

Color convert

RGB20310170-
CMYK00.500.660.20
HSL13.98º56.12%53.53%-
HSV(B)13.98º65.52%79.61%-
XYZ30.3922.458.53-
YUV127.9695.29181.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.28%
GREEN value IS 101 (39.84% from 255) = 27.01%
BLUE value IS 70 (27.73% from 255) = 18.72%
R=54.28%
G=27.01%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031017000.500.660.2013.9856.1253.53
HexCB65460324214e3836
Octal31314510606210224167066
Binary110010111100101100011001100101000010101001110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6546; }

 p { color: rgb(203,101,70); }

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

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

 a { background-color: rgb(203,101,70); }

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

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

 span { border-color: rgb(203,101,70); }

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