#CB7A52

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

Shades of Red Damask #CB7A52

Tints of Red Damask #CB7A52

Color information

#CB7A52 (or 0xCB7A52) is unknown color: approx Red Damask. HEX triplet: CB, 7A and 52. RGB value is (203,122,82). Sum of RGB (Red+Green+Blue) = 203+122+82=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7A52 is #3485AD. Grayscale: #8D8D8D. Windows color (decimal): -3442094 or 5405387. OLE color: 5405387.

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

Color convert

RGB20312282-
CMYK00.400.600.20
HSL19.83º53.78%55.88%-
HSV(B)19.83º59.61%79.61%-
XYZ33.1127.2211.49-
YUV141.6694.34171.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.88%
GREEN value IS 122 (48.05% from 255) = 29.98%
BLUE value IS 82 (32.42% from 255) = 20.15%
R=49.88%
G=29.98%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031228200.400.600.2019.8353.7855.88
HexCB7A520283C14143638
Octal3131721220507424246670
Binary110010111111010101001001010001111001010010100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7A52; }

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

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

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

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

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

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

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

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