#CB6648

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

Shades of Red Damask #CB6648

Tints of Red Damask #CB6648

Color information

#CB6648 (or 0xCB6648) is unknown color: approx Red Damask. HEX triplet: CB, 66 and 48. RGB value is (203,102,72). Sum of RGB (Red+Green+Blue) = 203+102+72=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6648 is #3499B7. Grayscale: #818181. Windows color (decimal): -3447224 or 4744907. OLE color: 4744907.

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

Color convert

RGB20310272-
CMYK00.500.650.20
HSL13.74º55.74%53.92%-
HSV(B)13.74º64.53%79.61%-
XYZ30.5522.678.9-
YUV128.7895.96180.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.85%
GREEN value IS 102 (40.23% from 255) = 27.06%
BLUE value IS 72 (28.52% from 255) = 19.10%
R=53.85%
G=27.06%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031027200.500.650.2013.7455.7453.92
HexCB66480324114e3836
Octal31314611006210124167066
Binary110010111100110100100001100101000001101001110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6648; }

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

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

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

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

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

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

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

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