Shades of Charm #C28081
Tints of Charm #C28081
RGB
CMYK
RGB Variations
Color information
#C28081 (or 0xC28081) is known color: Charm. HEX triplet: C2, 80 and 81. RGB value is (194,128,129). Sum of RGB (Red+Green+Blue) = 194+128+129=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 129 (50.78% from 255 or 28.60% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C28081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28081 is #3D7F7E. Grayscale: #939393. Windows color (decimal): -4030335 or 8487106. OLE color: 8487106.
HSL color Cylindrical-coordinate representation of color #C28081: hue angle of 359.09º 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 #C28081 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 129 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.24 |
| HSL | 359.09º | 0.35% | 0.63% | - |
| HSV(B) | 359.09º | 0.34% | 0.76% | - |
| XYZ | 33.93 | 28.49 | 24.48 | - |
| YUV | 147.85 | 117.37 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 129 | 0 | 0.34 | 0.34 | 0.24 | 359.09 | 0.35 | 0.63 |
| Hex | C2 | 80 | 81 | 0 | 22 | 22 | 18 | 167 | 23 | 3F |
| Octal | 302 | 200 | 201 | 0 | 42 | 42 | 30 | 547 | 43 | 77 |
| Binary | 11000010 | 10000000 | 10000001 | 0 | 100010 | 100010 | 11000 | 101100111 | 100011 | 111111 |
Color Harmonies of #C28081
Complementary color
Monochromatic Colors of #C28081
Black with #C28081
Text Example
Text Example
White with #C28081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28081; }
p { color: rgb(194,128,129); }
H1.HeaderClassName
{
color: #C28081;
}
.AnyTagClassName
{
color: #C28081;
}
</style>
background-color css
<style>
a { background-color: #C28081; }
a { background-color: rgb(194,128,129); }
div.DivClassName
{
background-color: #C28081;
}
.BgClassName
{
background-color: #C28081;
}
</style>
border-color css
<style>
span { border-color: #C28081; }
span { border-color: rgb(194,128,129); }
td.TdClassName
{
border-color: #C28081;
}
.TagClassName
{
border-color: #C28081;
}
</style>