#CB7445

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

Shades of Red Damask #CB7445

Tints of Red Damask #CB7445

Color information

#CB7445 (or 0xCB7445) is unknown color: approx Red Damask. HEX triplet: CB, 74 and 45. RGB value is (203,116,69). Sum of RGB (Red+Green+Blue) = 203+116+69=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7445 is #348BBA. Grayscale: #888888. Windows color (decimal): -3443643 or 4551883. OLE color: 4551883.

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

Color convert

RGB20311669-
CMYK00.430.660.20
HSL21.04º56.3%53.33%-
HSV(B)21.04º66.01%79.61%-
XYZ31.9525.628.89-
YUV136.6689.82175.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.32%
GREEN value IS 116 (45.70% from 255) = 29.90%
BLUE value IS 69 (27.34% from 255) = 17.78%
R=52.32%
G=29.90%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031166900.430.660.2021.0456.353.33
HexCB744502B4214153835
Octal31316410505310224257065
Binary1100101111101001000101010101110000101010010101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7445; }

 p { color: rgb(203,116,69); }

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

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

 a { background-color: rgb(203,116,69); }

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

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

 span { border-color: rgb(203,116,69); }

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