#CB6649

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

Shades of Red Damask #CB6649

Tints of Red Damask #CB6649

Color information

#CB6649 (or 0xCB6649) is unknown color: approx Red Damask. HEX triplet: CB, 66 and 49. RGB value is (203,102,73). Sum of RGB (Red+Green+Blue) = 203+102+73=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6649 is #3499B6. Grayscale: #818181. Windows color (decimal): -3447223 or 4810443. OLE color: 4810443.

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

Color convert

RGB20310273-
CMYK00.500.640.20
HSL13.38º55.56%54.12%-
HSV(B)13.38º64.04%79.61%-
XYZ30.5822.689.07-
YUV128.8996.46180.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.70%
GREEN value IS 102 (40.23% from 255) = 26.98%
BLUE value IS 73 (28.91% from 255) = 19.31%
R=53.70%
G=26.98%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031027300.500.640.2013.3855.5654.12
HexCB66490324014d3836
Octal31314611106210024157066
Binary110010111100110100100101100101000000101001101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6649; }

 p { color: rgb(203,102,73); }

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

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

 a { background-color: rgb(203,102,73); }

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

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

 span { border-color: rgb(203,102,73); }

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