Shades of Charm #CF8087
Tints of Charm #CF8087
RGB
CMYK
RGB Variations
Color information
#CF8087 (or 0xCF8087) is known color: Charm. HEX triplet: CF, 80 and 87. RGB value is (207,128,135). Sum of RGB (Red+Green+Blue) = 207+128+135=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8087 is #307F78. Grayscale: #989898. Windows color (decimal): -3178361 or 8880335. OLE color: 8880335.
HSL color Cylindrical-coordinate representation of color #CF8087: hue angle of 354.68º 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 #CF8087 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 135 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.19 |
| HSL | 354.68º | 0.45% | 0.66% | - |
| HSV(B) | 354.68º | 0.38% | 0.81% | - |
| XYZ | 37.82 | 30.45 | 26.81 | - |
| YUV | 152.42 | 118.17 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 135 | 0 | 0.38 | 0.35 | 0.19 | 354.68 | 0.45 | 0.66 |
| Hex | CF | 80 | 87 | 0 | 26 | 23 | 13 | 163 | 2D | 42 |
| Octal | 317 | 200 | 207 | 0 | 46 | 43 | 23 | 543 | 55 | 102 |
| Binary | 11001111 | 10000000 | 10000111 | 0 | 100110 | 100011 | 10011 | 101100011 | 101101 | 1000010 |
Color Harmonies of #CF8087
Complementary color
Monochromatic Colors of #CF8087
Black with #CF8087
Text Example
Text Example
White with #CF8087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8087; }
p { color: rgb(207,128,135); }
H1.HeaderClassName
{
color: #CF8087;
}
.AnyTagClassName
{
color: #CF8087;
}
</style>
background-color css
<style>
a { background-color: #CF8087; }
a { background-color: rgb(207,128,135); }
div.DivClassName
{
background-color: #CF8087;
}
.BgClassName
{
background-color: #CF8087;
}
</style>
border-color css
<style>
span { border-color: #CF8087; }
span { border-color: rgb(207,128,135); }
td.TdClassName
{
border-color: #CF8087;
}
.TagClassName
{
border-color: #CF8087;
}
</style>