Shades of Charm #C27480
Tints of Charm #C27480
RGB
CMYK
RGB Variations
Color information
#C27480 (or 0xC27480) is known color: Charm. HEX triplet: C2, 74 and 80. RGB value is (194,116,128). Sum of RGB (Red+Green+Blue) = 194+116+128=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C27480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27480 is #3D8B7F. Grayscale: #8C8C8C. Windows color (decimal): -4033408 or 8418498. OLE color: 8418498.
HSL color Cylindrical-coordinate representation of color #C27480: hue angle of 350.77º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C27480 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 128 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.24 |
| HSL | 350.77º | 0.39% | 0.61% | - |
| HSV(B) | 350.77º | 0.4% | 0.76% | - |
| XYZ | 32.39 | 25.52 | 23.64 | - |
| YUV | 140.69 | 120.84 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 128 | 0 | 0.40 | 0.34 | 0.24 | 350.77 | 0.39 | 0.61 |
| Hex | C2 | 74 | 80 | 0 | 28 | 22 | 18 | 15F | 27 | 3D |
| Octal | 302 | 164 | 200 | 0 | 50 | 42 | 30 | 537 | 47 | 75 |
| Binary | 11000010 | 1110100 | 10000000 | 0 | 101000 | 100010 | 11000 | 101011111 | 100111 | 111101 |
Color Harmonies of #C27480
Complementary color
Monochromatic Colors of #C27480
Black with #C27480
Text Example
Text Example
White with #C27480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27480; }
p { color: rgb(194,116,128); }
H1.HeaderClassName
{
color: #C27480;
}
.AnyTagClassName
{
color: #C27480;
}
</style>
background-color css
<style>
a { background-color: #C27480; }
a { background-color: rgb(194,116,128); }
div.DivClassName
{
background-color: #C27480;
}
.BgClassName
{
background-color: #C27480;
}
</style>
border-color css
<style>
span { border-color: #C27480; }
span { border-color: rgb(194,116,128); }
td.TdClassName
{
border-color: #C27480;
}
.TagClassName
{
border-color: #C27480;
}
</style>