#C27247

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

Shades of Red Damask #C27247

Tints of Red Damask #C27247

Color information

#C27247 (or 0xC27247) is unknown color: approx Red Damask. HEX triplet: C2, 72 and 47. RGB value is (194,114,71). Sum of RGB (Red+Green+Blue) = 194+114+71=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C27247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27247 is #3D8DB8. Grayscale: #858585. Windows color (decimal): -4033977 or 4682434. OLE color: 4682434.

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

Color convert

RGB19411471-
CMYK00.410.630.24
HSL20.98º50.2%51.96%-
HSV(B)20.98º63.4%76.08%-
XYZ29.423.969.04-
YUV133.0293171.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.19%
GREEN value IS 114 (44.92% from 255) = 30.08%
BLUE value IS 71 (28.12% from 255) = 18.73%
R=51.19%
G=30.08%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941147100.410.630.2420.9850.251.96
HexC272470293F18153234
Octal3021621070517730256264
Binary110000101110010100011101010011111111100010101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27247; }

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

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

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

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

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

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

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

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