Shades of Charm #CF8187
Tints of Charm #CF8187
RGB
CMYK
RGB Variations
Color information
#CF8187 (or 0xCF8187) is known color: Charm. HEX triplet: CF, 81 and 87. RGB value is (207,129,135). Sum of RGB (Red+Green+Blue) = 207+129+135=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8187 is #307E78. Grayscale: #999999. Windows color (decimal): -3178105 or 8880591. OLE color: 8880591.
HSL color Cylindrical-coordinate representation of color #CF8187: hue angle of 355.38º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF8187 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 135 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.19 |
| HSL | 355.38º | 0.45% | 0.66% | - |
| HSV(B) | 355.38º | 0.38% | 0.81% | - |
| XYZ | 37.96 | 30.72 | 26.85 | - |
| YUV | 153.01 | 117.84 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 135 | 0 | 0.38 | 0.35 | 0.19 | 355.38 | 0.45 | 0.66 |
| Hex | CF | 81 | 87 | 0 | 26 | 23 | 13 | 163 | 2D | 42 |
| Octal | 317 | 201 | 207 | 0 | 46 | 43 | 23 | 543 | 55 | 102 |
| Binary | 11001111 | 10000001 | 10000111 | 0 | 100110 | 100011 | 10011 | 101100011 | 101101 | 1000010 |
Color Harmonies of #CF8187
Complementary color
Monochromatic Colors of #CF8187
Black with #CF8187
Text Example
Text Example
White with #CF8187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8187; }
p { color: rgb(207,129,135); }
H1.HeaderClassName
{
color: #CF8187;
}
.AnyTagClassName
{
color: #CF8187;
}
</style>
background-color css
<style>
a { background-color: #CF8187; }
a { background-color: rgb(207,129,135); }
div.DivClassName
{
background-color: #CF8187;
}
.BgClassName
{
background-color: #CF8187;
}
</style>
border-color css
<style>
span { border-color: #CF8187; }
span { border-color: rgb(207,129,135); }
td.TdClassName
{
border-color: #CF8187;
}
.TagClassName
{
border-color: #CF8187;
}
</style>