#CB7352

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

Shades of Red Damask #CB7352

Tints of Red Damask #CB7352

Color information

#CB7352 (or 0xCB7352) is unknown color: approx Red Damask. HEX triplet: CB, 73 and 52. RGB value is (203,115,82). Sum of RGB (Red+Green+Blue) = 203+115+82=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7352 is #348CAD. Grayscale: #898989. Windows color (decimal): -3443886 or 5403595. OLE color: 5403595.

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

Color convert

RGB20311582-
CMYK00.430.600.20
HSL16.36º53.78%55.88%-
HSV(B)16.36º59.61%79.61%-
XYZ32.2825.5711.22-
YUV137.5596.65174.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.75%
GREEN value IS 115 (45.31% from 255) = 28.75%
BLUE value IS 82 (32.42% from 255) = 20.5%
R=50.75%
G=28.75%
B=20.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031158200.430.600.2016.3653.7855.88
HexCB735202B3C14103638
Octal3131631220537424206670
Binary110010111110011101001001010111111001010010000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7352; }

 p { color: rgb(203,115,82); }

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

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

 a { background-color: rgb(203,115,82); }

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

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

 span { border-color: rgb(203,115,82); }

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