#C27447

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

Shades of Red Damask #C27447

Tints of Red Damask #C27447

Color information

#C27447 (or 0xC27447) is unknown color: approx Red Damask. HEX triplet: C2, 74 and 47. RGB value is (194,116,71). Sum of RGB (Red+Green+Blue) = 194+116+71=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C27447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27447 is #3D8BB8. Grayscale: #868686. Windows color (decimal): -4033465 or 4682946. OLE color: 4682946.

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

Color convert

RGB19411671-
CMYK00.400.630.24
HSL21.95º50.2%51.96%-
HSV(B)21.95º63.4%76.08%-
XYZ29.6324.429.11-
YUV134.1992.34170.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.92%
GREEN value IS 116 (45.70% from 255) = 30.45%
BLUE value IS 71 (28.12% from 255) = 18.64%
R=50.92%
G=30.45%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941167100.400.630.2421.9550.251.96
HexC274470283F18163234
Octal3021641070507730266264
Binary110000101110100100011101010001111111100010110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27447; }

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

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

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

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

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

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

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

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