#C07352

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

Shades of Red Damask #C07352

Tints of Red Damask #C07352

Color information

#C07352 (or 0xC07352) is unknown color: approx Red Damask. HEX triplet: C0, 73 and 52. RGB value is (192,115,82). Sum of RGB (Red+Green+Blue) = 192+115+82=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C07352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07352 is #3F8CAD. Grayscale: #868686. Windows color (decimal): -4164782 or 5403584. OLE color: 5403584.

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

Color convert

RGB19211582-
CMYK00.400.570.25
HSL18º46.61%53.73%-
HSV(B)18º57.29%75.29%-
XYZ29.3924.0811.08-
YUV134.2698.51169.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.36%
GREEN value IS 115 (45.31% from 255) = 29.56%
BLUE value IS 82 (32.42% from 255) = 21.08%
R=49.36%
G=29.56%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921158200.400.570.251846.6153.73
HexC073520283919122f36
Octal3001631220507131225766
Binary110000001110011101001001010001110011100110010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07352; }

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

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

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

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

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

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

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

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