Shades of Charm #C27380
Tints of Charm #C27380
RGB
CMYK
RGB Variations
Color information
#C27380 (or 0xC27380) is known color: Charm. HEX triplet: C2, 73 and 80. RGB value is (194,115,128). Sum of RGB (Red+Green+Blue) = 194+115+128=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C27380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27380 is #3D8C7F. Grayscale: #8C8C8C. Windows color (decimal): -4033664 or 8418242. OLE color: 8418242.
HSL color Cylindrical-coordinate representation of color #C27380: hue angle of 350.13º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C27380 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 128 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.24 |
| HSL | 350.13º | 0.39% | 0.61% | - |
| HSV(B) | 350.13º | 0.41% | 0.76% | - |
| XYZ | 32.28 | 25.29 | 23.6 | - |
| YUV | 140.1 | 121.17 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 128 | 0 | 0.41 | 0.34 | 0.24 | 350.13 | 0.39 | 0.61 |
| Hex | C2 | 73 | 80 | 0 | 29 | 22 | 18 | 15E | 27 | 3D |
| Octal | 302 | 163 | 200 | 0 | 51 | 42 | 30 | 536 | 47 | 75 |
| Binary | 11000010 | 1110011 | 10000000 | 0 | 101001 | 100010 | 11000 | 101011110 | 100111 | 111101 |
Color Harmonies of #C27380
Complementary color
Monochromatic Colors of #C27380
Black with #C27380
Text Example
Text Example
White with #C27380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27380; }
p { color: rgb(194,115,128); }
H1.HeaderClassName
{
color: #C27380;
}
.AnyTagClassName
{
color: #C27380;
}
</style>
background-color css
<style>
a { background-color: #C27380; }
a { background-color: rgb(194,115,128); }
div.DivClassName
{
background-color: #C27380;
}
.BgClassName
{
background-color: #C27380;
}
</style>
border-color css
<style>
span { border-color: #C27380; }
span { border-color: rgb(194,115,128); }
td.TdClassName
{
border-color: #C27380;
}
.TagClassName
{
border-color: #C27380;
}
</style>