Shades of Charm #C28182
Tints of Charm #C28182
RGB
CMYK
RGB Variations
Color information
#C28182 (or 0xC28182) is known color: Charm. HEX triplet: C2, 81 and 82. RGB value is (194,129,130). Sum of RGB (Red+Green+Blue) = 194+129+130=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C28182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28182 is #3D7E7D. Grayscale: #949494. Windows color (decimal): -4030078 or 8552898. OLE color: 8552898.
HSL color Cylindrical-coordinate representation of color #C28182: hue angle of 359.08º 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 #C28182 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 130 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.24 |
| HSL | 359.08º | 0.35% | 0.63% | - |
| HSV(B) | 359.08º | 0.34% | 0.76% | - |
| XYZ | 34.13 | 28.78 | 24.88 | - |
| YUV | 148.55 | 117.53 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 130 | 0 | 0.34 | 0.33 | 0.24 | 359.08 | 0.35 | 0.63 |
| Hex | C2 | 81 | 82 | 0 | 22 | 21 | 18 | 167 | 23 | 3F |
| Octal | 302 | 201 | 202 | 0 | 42 | 41 | 30 | 547 | 43 | 77 |
| Binary | 11000010 | 10000001 | 10000010 | 0 | 100010 | 100001 | 11000 | 101100111 | 100011 | 111111 |
Color Harmonies of #C28182
Complementary color
Monochromatic Colors of #C28182
Black with #C28182
Text Example
Text Example
White with #C28182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28182; }
p { color: rgb(194,129,130); }
H1.HeaderClassName
{
color: #C28182;
}
.AnyTagClassName
{
color: #C28182;
}
</style>
background-color css
<style>
a { background-color: #C28182; }
a { background-color: rgb(194,129,130); }
div.DivClassName
{
background-color: #C28182;
}
.BgClassName
{
background-color: #C28182;
}
</style>
border-color css
<style>
span { border-color: #C28182; }
span { border-color: rgb(194,129,130); }
td.TdClassName
{
border-color: #C28182;
}
.TagClassName
{
border-color: #C28182;
}
</style>