Shades of Charm #C28184
Tints of Charm #C28184
RGB
CMYK
RGB Variations
Color information
#C28184 (or 0xC28184) is known color: Charm. HEX triplet: C2, 81 and 84. RGB value is (194,129,132). Sum of RGB (Red+Green+Blue) = 194+129+132=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C28184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28184 is #3D7E7B. Grayscale: #949494. Windows color (decimal): -4030076 or 8683970. OLE color: 8683970.
HSL color Cylindrical-coordinate representation of color #C28184: hue angle of 357.23º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C28184 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 132 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.24 |
| HSL | 357.23º | 0.35% | 0.63% | - |
| HSV(B) | 357.23º | 0.34% | 0.76% | - |
| XYZ | 34.26 | 28.84 | 25.59 | - |
| YUV | 148.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 132 | 0 | 0.34 | 0.32 | 0.24 | 357.23 | 0.35 | 0.63 |
| Hex | C2 | 81 | 84 | 0 | 22 | 20 | 18 | 165 | 23 | 3F |
| Octal | 302 | 201 | 204 | 0 | 42 | 40 | 30 | 545 | 43 | 77 |
| Binary | 11000010 | 10000001 | 10000100 | 0 | 100010 | 100000 | 11000 | 101100101 | 100011 | 111111 |
Color Harmonies of #C28184
Complementary color
Monochromatic Colors of #C28184
Black with #C28184
Text Example
Text Example
White with #C28184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28184; }
p { color: rgb(194,129,132); }
H1.HeaderClassName
{
color: #C28184;
}
.AnyTagClassName
{
color: #C28184;
}
</style>
background-color css
<style>
a { background-color: #C28184; }
a { background-color: rgb(194,129,132); }
div.DivClassName
{
background-color: #C28184;
}
.BgClassName
{
background-color: #C28184;
}
</style>
border-color css
<style>
span { border-color: #C28184; }
span { border-color: rgb(194,129,132); }
td.TdClassName
{
border-color: #C28184;
}
.TagClassName
{
border-color: #C28184;
}
</style>