#CB6749

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

Shades of Red Damask #CB6749

Tints of Red Damask #CB6749

Color information

#CB6749 (or 0xCB6749) is unknown color: approx Red Damask. HEX triplet: CB, 67 and 49. RGB value is (203,103,73). Sum of RGB (Red+Green+Blue) = 203+103+73=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6749 is #3498B6. Grayscale: #818181. Windows color (decimal): -3446967 or 4810699. OLE color: 4810699.

HSL color Cylindrical-coordinate representation of color #CB6749: hue angle of 13.85º 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 #CB6749 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB20310373-
CMYK00.490.640.20
HSL13.85º55.56%54.12%-
HSV(B)13.85º64.04%79.61%-
XYZ30.6822.889.1-
YUV129.4896.13180.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.56%
GREEN value IS 103 (40.62% from 255) = 27.18%
BLUE value IS 73 (28.91% from 255) = 19.26%
R=53.56%
G=27.18%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031037300.490.640.2013.8555.5654.12
HexCB67490314014e3836
Octal31314711106110024167066
Binary110010111100111100100101100011000000101001110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6749; }

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

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

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

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

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

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

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

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