#C0754D

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

Shades of Red Damask #C0754D

Tints of Red Damask #C0754D

Color information

#C0754D (or 0xC0754D) is unknown color: approx Red Damask. HEX triplet: C0, 75 and 4D. RGB value is (192,117,77). Sum of RGB (Red+Green+Blue) = 192+117+77=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0754D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0754D is #3F8AB2. Grayscale: #878787. Windows color (decimal): -4164275 or 5076416. OLE color: 5076416.

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

Color convert

RGB19211777-
CMYK00.390.600.25
HSL20.87º47.72%52.75%-
HSV(B)20.87º59.9%75.29%-
XYZ29.4424.4610.19-
YUV134.8695.35168.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.74%
GREEN value IS 117 (46.09% from 255) = 30.31%
BLUE value IS 77 (30.47% from 255) = 19.95%
R=49.74%
G=30.31%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921177700.390.600.2520.8747.7252.75
HexC0754D0273C19153035
Octal3001651150477431256065
Binary110000001110101100110101001111111001100110101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0754D; }

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

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

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

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

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

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

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

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