#C07955

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

Shades of Red Damask #C07955

Tints of Red Damask #C07955

Color information

#C07955 (or 0xC07955) is unknown color: approx Red Damask. HEX triplet: C0, 79 and 55. RGB value is (192,121,85). Sum of RGB (Red+Green+Blue) = 192+121+85=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C07955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07955 is #3F86AA. Grayscale: #8A8A8A. Windows color (decimal): -4163243 or 5601728. OLE color: 5601728.

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

Color convert

RGB19212185-
CMYK00.370.560.25
HSL20.19º45.92%54.31%-
HSV(B)20.19º55.73%75.29%-
XYZ30.2225.5411.93-
YUV138.1298.02166.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.24%
GREEN value IS 121 (47.66% from 255) = 30.40%
BLUE value IS 85 (33.59% from 255) = 21.36%
R=48.24%
G=30.40%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921218500.370.560.2520.1945.9254.31
HexC079550253819142e36
Octal3001711250457031245666
Binary110000001111001101010101001011110001100110100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07955; }

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

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

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

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

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

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

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

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