#C27249

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

Shades of Red Damask #C27249

Tints of Red Damask #C27249

Color information

#C27249 (or 0xC27249) is unknown color: approx Red Damask. HEX triplet: C2, 72 and 49. RGB value is (194,114,73). Sum of RGB (Red+Green+Blue) = 194+114+73=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C27249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27249 is #3D8DB6. Grayscale: #858585. Windows color (decimal): -4033975 or 4813506. OLE color: 4813506.

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

Color convert

RGB19411473-
CMYK00.410.620.24
HSL20.33º49.79%52.35%-
HSV(B)20.33º62.37%76.08%-
XYZ29.4723.999.38-
YUV133.2594171.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.92%
GREEN value IS 114 (44.92% from 255) = 29.92%
BLUE value IS 73 (28.91% from 255) = 19.16%
R=50.92%
G=29.92%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941147300.410.620.2420.3349.7952.35
HexC272490293E18143234
Octal3021621110517630246264
Binary110000101110010100100101010011111101100010100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27249; }

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

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

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

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

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

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

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

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