#C07855

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

Shades of Red Damask #C07855

Tints of Red Damask #C07855

Color information

#C07855 (or 0xC07855) is unknown color: approx Red Damask. HEX triplet: C0, 78 and 55. RGB value is (192,120,85). Sum of RGB (Red+Green+Blue) = 192+120+85=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C07855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07855 is #3F87AA. Grayscale: #898989. Windows color (decimal): -4163499 or 5601472. OLE color: 5601472.

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

Color convert

RGB19212085-
CMYK00.380.560.25
HSL19.63º45.92%54.31%-
HSV(B)19.63º55.73%75.29%-
XYZ30.0925.311.89-
YUV137.5498.35166.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.36%
GREEN value IS 120 (47.27% from 255) = 30.23%
BLUE value IS 85 (33.59% from 255) = 21.41%
R=48.36%
G=30.23%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921208500.380.560.2519.6345.9254.31
HexC078550263819142e36
Octal3001701250467031245666
Binary110000001111000101010101001101110001100110100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07855; }

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

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

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

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

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

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

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

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