#C07D55

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

Shades of Red Damask #C07D55

Tints of Red Damask #C07D55

Color information

#C07D55 (or 0xC07D55) is unknown color: approx Red Damask. HEX triplet: C0, 7D and 55. RGB value is (192,125,85). Sum of RGB (Red+Green+Blue) = 192+125+85=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07D55 is #3F82AA. Grayscale: #8C8C8C. Windows color (decimal): -4162219 or 5602752. OLE color: 5602752.

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

Color convert

RGB19212585-
CMYK00.350.560.25
HSL22.43º45.92%54.31%-
HSV(B)22.43º55.73%75.29%-
XYZ30.7126.5312.1-
YUV140.4796.7164.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.76%
GREEN value IS 125 (49.22% from 255) = 31.09%
BLUE value IS 85 (33.59% from 255) = 21.14%
R=47.76%
G=31.09%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921258500.350.560.2522.4345.9254.31
HexC07D550233819162e36
Octal3001751250437031265666
Binary110000001111101101010101000111110001100110110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07D55; }

 p { color: rgb(192,125,85); }

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

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

 a { background-color: rgb(192,125,85); }

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

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

 span { border-color: rgb(192,125,85); }

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