#CB7044

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

Shades of Red Damask #CB7044

Tints of Red Damask #CB7044

Color information

#CB7044 (or 0xCB7044) is unknown color: approx Red Damask. HEX triplet: CB, 70 and 44. RGB value is (203,112,68). Sum of RGB (Red+Green+Blue) = 203+112+68=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 68 (26.95% from 255 or 17.75% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7044 is #348FBB. Grayscale: #868686. Windows color (decimal): -3444668 or 4485323. OLE color: 4485323.

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

Color convert

RGB20311268-
CMYK00.450.670.20
HSL19.56º56.49%53.14%-
HSV(B)19.56º66.5%79.61%-
XYZ31.4724.78.58-
YUV134.1990.65177.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.00%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 68 (26.95% from 255) = 17.75%
R=53.00%
G=29.24%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031126800.450.670.2019.5656.4953.14
HexCB704402D4314143835
Octal31316010405510324247065
Binary1100101111100001000100010110110000111010010100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7044; }

 p { color: rgb(203,112,68); }

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

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

 a { background-color: rgb(203,112,68); }

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

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

 span { border-color: rgb(203,112,68); }

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