#C07254

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

Shades of Red Damask #C07254

Tints of Red Damask #C07254

Color information

#C07254 (or 0xC07254) is unknown color: approx Red Damask. HEX triplet: C0, 72 and 54. RGB value is (192,114,84). Sum of RGB (Red+Green+Blue) = 192+114+84=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C07254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07254 is #3F8DAB. Grayscale: #868686. Windows color (decimal): -4165036 or 5534400. OLE color: 5534400.

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

Color convert

RGB19211484-
CMYK00.410.560.25
HSL16.67º46.15%54.12%-
HSV(B)16.67º56.25%75.29%-
XYZ29.3623.8811.45-
YUV133.999.84169.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.23%
GREEN value IS 114 (44.92% from 255) = 29.23%
BLUE value IS 84 (33.20% from 255) = 21.54%
R=49.23%
G=29.23%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921148400.410.560.2516.6746.1554.12
HexC072540293819112e36
Octal3001621240517031215666
Binary110000001110010101010001010011110001100110001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07254; }

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

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

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

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

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

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

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

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