Shades of Charm #C28188
Tints of Charm #C28188
RGB
CMYK
RGB Variations
Color information
#C28188 (or 0xC28188) is known color: Charm. HEX triplet: C2, 81 and 88. RGB value is (194,129,136). Sum of RGB (Red+Green+Blue) = 194+129+136=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C28188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28188 is #3D7E77. Grayscale: #959595. Windows color (decimal): -4030072 or 8946114. OLE color: 8946114.
HSL color Cylindrical-coordinate representation of color #C28188: hue angle of 353.54º 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 #C28188 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 136 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.24 |
| HSL | 353.54º | 0.35% | 0.63% | - |
| HSV(B) | 353.54º | 0.34% | 0.76% | - |
| XYZ | 34.54 | 28.95 | 27.06 | - |
| YUV | 149.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 136 | 0 | 0.34 | 0.30 | 0.24 | 353.54 | 0.35 | 0.63 |
| Hex | C2 | 81 | 88 | 0 | 22 | 1E | 18 | 162 | 23 | 3F |
| Octal | 302 | 201 | 210 | 0 | 42 | 36 | 30 | 542 | 43 | 77 |
| Binary | 11000010 | 10000001 | 10001000 | 0 | 100010 | 11110 | 11000 | 101100010 | 100011 | 111111 |
Color Harmonies of #C28188
Complementary color
Monochromatic Colors of #C28188
Black with #C28188
Text Example
Text Example
White with #C28188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28188; }
p { color: rgb(194,129,136); }
H1.HeaderClassName
{
color: #C28188;
}
.AnyTagClassName
{
color: #C28188;
}
</style>
background-color css
<style>
a { background-color: #C28188; }
a { background-color: rgb(194,129,136); }
div.DivClassName
{
background-color: #C28188;
}
.BgClassName
{
background-color: #C28188;
}
</style>
border-color css
<style>
span { border-color: #C28188; }
span { border-color: rgb(194,129,136); }
td.TdClassName
{
border-color: #C28188;
}
.TagClassName
{
border-color: #C28188;
}
</style>