#C27049

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

Shades of Red Damask #C27049

Tints of Red Damask #C27049

Color information

#C27049 (or 0xC27049) is unknown color: approx Red Damask. HEX triplet: C2, 70 and 49. RGB value is (194,112,73). Sum of RGB (Red+Green+Blue) = 194+112+73=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C27049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27049 is #3D8FB6. Grayscale: #848484. Windows color (decimal): -4034487 or 4812994. OLE color: 4812994.

HSL color Cylindrical-coordinate representation of color #C27049: hue angle of 19.34º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C27049 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB19411273-
CMYK00.420.620.24
HSL19.34º49.79%52.35%-
HSV(B)19.34º62.37%76.08%-
XYZ29.2423.549.31-
YUV132.0794.67172.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.19%
GREEN value IS 112 (44.14% from 255) = 29.55%
BLUE value IS 73 (28.91% from 255) = 19.26%
R=51.19%
G=29.55%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941127300.420.620.2419.3449.7952.35
HexC2704902A3E18133234
Octal3021601110527630236264
Binary110000101110000100100101010101111101100010011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27049; }

 p { color: rgb(194,112,73); }

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

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

 a { background-color: rgb(194,112,73); }

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

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

 span { border-color: rgb(194,112,73); }

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