#c07852

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

Shades of Red Damask #C07852

Tints of Red Damask #C07852

Color information

#C07852 (or 0xC07852) is unknown color: approx Red Damask. HEX triplet: C0, 78 and 52. RGB value is (192,120,82). Sum of RGB (Red+Green+Blue) = 192+120+82=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C07852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07852 is #3F87AD. Grayscale: #898989. Windows color (decimal): -4163502 or 5404864. OLE color: 5404864.

HSL color Cylindrical-coordinate representation of color #C07852: hue angle of 20.73º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C07852 is Cyan = 0, Magento = 0.38, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB19212082-
CMYK00.380.570.25
HSL20.73º46.61%53.73%-
HSV(B)20.73º57.29%75.29%-
XYZ29.9825.2511.28-
YUV137.296.85167.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.73%
GREEN value IS 120 (47.27% from 255) = 30.46%
BLUE value IS 82 (32.42% from 255) = 20.81%
R=48.73%
G=30.46%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921208200.380.570.2520.7346.6153.73
HexC078520263919152f36
Octal3001701220467131255766
Binary110000001111000101001001001101110011100110101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c07852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c07852; }

 p { color: rgb(192,120,82); }

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

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

 a { background-color: rgb(192,120,82); }

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

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

 span { border-color: rgb(192,120,82); }

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