#C0774D

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

Shades of Red Damask #C0774D

Tints of Red Damask #C0774D

Color information

#C0774D (or 0xC0774D) is unknown color: approx Red Damask. HEX triplet: C0, 77 and 4D. RGB value is (192,119,77). Sum of RGB (Red+Green+Blue) = 192+119+77=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C0774D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0774D is #3F88B2. Grayscale: #888888. Windows color (decimal): -4163763 or 5076928. OLE color: 5076928.

HSL color Cylindrical-coordinate representation of color #C0774D: hue angle of 21.91º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0774D is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB19211977-
CMYK00.380.600.25
HSL21.91º47.72%52.75%-
HSV(B)21.91º59.9%75.29%-
XYZ29.6724.9410.27-
YUV136.0494.68167.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.48%
GREEN value IS 119 (46.88% from 255) = 30.67%
BLUE value IS 77 (30.47% from 255) = 19.85%
R=49.48%
G=30.67%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921197700.380.600.2521.9147.7252.75
HexC0774D0263C19163035
Octal3001671150467431266065
Binary110000001110111100110101001101111001100110110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0774D; }

 p { color: rgb(192,119,77); }

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

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

 a { background-color: rgb(192,119,77); }

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

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

 span { border-color: rgb(192,119,77); }

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