Shades of Charm #C88187
Tints of Charm #C88187
RGB
CMYK
RGB Variations
Color information
#C88187 (or 0xC88187) is known color: Charm. HEX triplet: C8, 81 and 87. RGB value is (200,129,135). Sum of RGB (Red+Green+Blue) = 200+129+135=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C88187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88187 is #377E78. Grayscale: #969696. Windows color (decimal): -3636857 or 8880584. OLE color: 8880584.
HSL color Cylindrical-coordinate representation of color #C88187: hue angle of 354.93º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C88187 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 129 | 135 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.22 |
| HSL | 354.93º | 0.39% | 0.65% | - |
| HSV(B) | 354.93º | 0.36% | 0.78% | - |
| XYZ | 36.04 | 29.73 | 26.76 | - |
| YUV | 150.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 129 | 135 | 0 | 0.36 | 0.32 | 0.22 | 354.93 | 0.39 | 0.65 |
| Hex | C8 | 81 | 87 | 0 | 24 | 20 | 16 | 163 | 27 | 41 |
| Octal | 310 | 201 | 207 | 0 | 44 | 40 | 26 | 543 | 47 | 101 |
| Binary | 11001000 | 10000001 | 10000111 | 0 | 100100 | 100000 | 10110 | 101100011 | 100111 | 1000001 |
Color Harmonies of #C88187
Complementary color
Monochromatic Colors of #C88187
Black with #C88187
Text Example
Text Example
White with #C88187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88187; }
p { color: rgb(200,129,135); }
H1.HeaderClassName
{
color: #C88187;
}
.AnyTagClassName
{
color: #C88187;
}
</style>
background-color css
<style>
a { background-color: #C88187; }
a { background-color: rgb(200,129,135); }
div.DivClassName
{
background-color: #C88187;
}
.BgClassName
{
background-color: #C88187;
}
</style>
border-color css
<style>
span { border-color: #C88187; }
span { border-color: rgb(200,129,135); }
td.TdClassName
{
border-color: #C88187;
}
.TagClassName
{
border-color: #C88187;
}
</style>