Shades of Charm #CF6F87
Tints of Charm #CF6F87
RGB
CMYK
RGB Variations
Color information
#CF6F87 (or 0xCF6F87) is known color: Charm. HEX triplet: CF, 6F and 87. RGB value is (207,111,135). Sum of RGB (Red+Green+Blue) = 207+111+135=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6F87 is #309078. Grayscale: #8E8E8E. Windows color (decimal): -3182713 or 8875983. OLE color: 8875983.
HSL color Cylindrical-coordinate representation of color #CF6F87: hue angle of 345º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF6F87 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 135 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.19 |
| HSL | 345º | 0.5% | 0.62% | - |
| HSV(B) | 345º | 0.46% | 0.81% | - |
| XYZ | 35.79 | 26.38 | 26.13 | - |
| YUV | 142.44 | 123.8 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 135 | 0 | 0.46 | 0.35 | 0.19 | 345 | 0.5 | 0.62 |
| Hex | CF | 6F | 87 | 0 | 2E | 23 | 13 | 159 | 32 | 3E |
| Octal | 317 | 157 | 207 | 0 | 56 | 43 | 23 | 531 | 62 | 76 |
| Binary | 11001111 | 1101111 | 10000111 | 0 | 101110 | 100011 | 10011 | 101011001 | 110010 | 111110 |
Color Harmonies of #CF6F87
Complementary color
Monochromatic Colors of #CF6F87
Black with #CF6F87
Text Example
Text Example
White with #CF6F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6F87; }
p { color: rgb(207,111,135); }
H1.HeaderClassName
{
color: #CF6F87;
}
.AnyTagClassName
{
color: #CF6F87;
}
</style>
background-color css
<style>
a { background-color: #CF6F87; }
a { background-color: rgb(207,111,135); }
div.DivClassName
{
background-color: #CF6F87;
}
.BgClassName
{
background-color: #CF6F87;
}
</style>
border-color css
<style>
span { border-color: #CF6F87; }
span { border-color: rgb(207,111,135); }
td.TdClassName
{
border-color: #CF6F87;
}
.TagClassName
{
border-color: #CF6F87;
}
</style>