Shades of Charm #CF6878
Tints of Charm #CF6878
RGB
CMYK
RGB Variations
Color information
#CF6878 (or 0xCF6878) is known color: Charm. HEX triplet: CF, 68 and 78. RGB value is (207,104,120). Sum of RGB (Red+Green+Blue) = 207+104+120=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6878 is #309787. Grayscale: #888888. Windows color (decimal): -3184520 or 7891151. OLE color: 7891151.
HSL color Cylindrical-coordinate representation of color #CF6878: hue angle of 350.68º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF6878 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 120 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.19 |
| HSL | 350.68º | 0.52% | 0.61% | - |
| HSV(B) | 350.68º | 0.5% | 0.81% | - |
| XYZ | 34.07 | 24.52 | 20.71 | - |
| YUV | 136.62 | 118.62 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 120 | 0 | 0.50 | 0.42 | 0.19 | 350.68 | 0.52 | 0.61 |
| Hex | CF | 68 | 78 | 0 | 32 | 2A | 13 | 15F | 34 | 3D |
| Octal | 317 | 150 | 170 | 0 | 62 | 52 | 23 | 537 | 64 | 75 |
| Binary | 11001111 | 1101000 | 1111000 | 0 | 110010 | 101010 | 10011 | 101011111 | 110100 | 111101 |
Color Harmonies of #CF6878
Complementary color
Monochromatic Colors of #CF6878
Black with #CF6878
Text Example
Text Example
White with #CF6878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6878; }
p { color: rgb(207,104,120); }
H1.HeaderClassName
{
color: #CF6878;
}
.AnyTagClassName
{
color: #CF6878;
}
</style>
background-color css
<style>
a { background-color: #CF6878; }
a { background-color: rgb(207,104,120); }
div.DivClassName
{
background-color: #CF6878;
}
.BgClassName
{
background-color: #CF6878;
}
</style>
border-color css
<style>
span { border-color: #CF6878; }
span { border-color: rgb(207,104,120); }
td.TdClassName
{
border-color: #CF6878;
}
.TagClassName
{
border-color: #CF6878;
}
</style>