#C07A54

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

Shades of Red Damask #C07A54

Tints of Red Damask #C07A54

Color information

#C07A54 (or 0xC07A54) is unknown color: approx Red Damask. HEX triplet: C0, 7A and 54. RGB value is (192,122,84). Sum of RGB (Red+Green+Blue) = 192+122+84=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07A54 is #3F85AB. Grayscale: #8A8A8A. Windows color (decimal): -4162988 or 5536448. OLE color: 5536448.

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

Color convert

RGB19212284-
CMYK00.360.560.25
HSL21.11º46.15%54.12%-
HSV(B)21.11º56.25%75.29%-
XYZ30.325.7711.76-
YUV138.697.19166.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.24%
GREEN value IS 122 (48.05% from 255) = 30.65%
BLUE value IS 84 (33.20% from 255) = 21.11%
R=48.24%
G=30.65%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921228400.360.560.2521.1146.1554.12
HexC07A540243819152e36
Octal3001721240447031255666
Binary110000001111010101010001001001110001100110101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07A54; }

 p { color: rgb(192,122,84); }

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

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

 a { background-color: rgb(192,122,84); }

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

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

 span { border-color: rgb(192,122,84); }

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