#C27246

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

Shades of Red Damask #C27246

Tints of Red Damask #C27246

Color information

#C27246 (or 0xC27246) is unknown color: approx Red Damask. HEX triplet: C2, 72 and 46. RGB value is (194,114,70). Sum of RGB (Red+Green+Blue) = 194+114+70=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C27246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27246 is #3D8DB9. Grayscale: #858585. Windows color (decimal): -4033978 or 4616898. OLE color: 4616898.

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

Color convert

RGB19411470-
CMYK00.410.640.24
HSL21.29º50.41%51.76%-
HSV(B)21.29º63.92%76.08%-
XYZ29.3723.958.87-
YUV132.992.5171.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.32%
GREEN value IS 114 (44.92% from 255) = 30.16%
BLUE value IS 70 (27.73% from 255) = 18.52%
R=51.32%
G=30.16%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941147000.410.640.2421.2950.4151.76
HexC272460294018153234
Octal30216210605110030256264
Binary1100001011100101000110010100110000001100010101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27246; }

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

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

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

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

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

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

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

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