#C0724F

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

Shades of Red Damask #C0724F

Tints of Red Damask #C0724F

Color information

#C0724F (or 0xC0724F) is unknown color: approx Red Damask. HEX triplet: C0, 72 and 4F. RGB value is (192,114,79). Sum of RGB (Red+Green+Blue) = 192+114+79=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C0724F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0724F is #3F8DB0. Grayscale: #858585. Windows color (decimal): -4165041 or 5206720. OLE color: 5206720.

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

Color convert

RGB19211479-
CMYK00.410.590.25
HSL18.58º47.28%53.14%-
HSV(B)18.58º58.85%75.29%-
XYZ29.1723.8110.45-
YUV133.3397.34169.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.87%
GREEN value IS 114 (44.92% from 255) = 29.61%
BLUE value IS 79 (31.25% from 255) = 20.52%
R=49.87%
G=29.61%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921147900.410.590.2518.5847.2853.14
HexC0724F0293B19132f35
Octal3001621170517331235765
Binary110000001110010100111101010011110111100110011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0724F; }

 p { color: rgb(192,114,79); }

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

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

 a { background-color: rgb(192,114,79); }

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

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

 span { border-color: rgb(192,114,79); }

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