Shades of Charm #C66878
Tints of Charm #C66878
RGB
CMYK
RGB Variations
Color information
#C66878 (or 0xC66878) is known color: Charm. HEX triplet: C6, 68 and 78. RGB value is (198,104,120). Sum of RGB (Red+Green+Blue) = 198+104+120=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C66878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66878 is #399787. Grayscale: #858585. Windows color (decimal): -3774344 or 7891142. OLE color: 7891142.
HSL color Cylindrical-coordinate representation of color #C66878: hue angle of 349.79º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C66878 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 104 | 120 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.22 |
| HSL | 349.79º | 0.45% | 0.59% | - |
| HSV(B) | 349.79º | 0.47% | 0.78% | - |
| XYZ | 31.63 | 23.26 | 20.59 | - |
| YUV | 133.93 | 120.14 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 104 | 120 | 0 | 0.47 | 0.39 | 0.22 | 349.79 | 0.45 | 0.59 |
| Hex | C6 | 68 | 78 | 0 | 2F | 27 | 16 | 15E | 2D | 3B |
| Octal | 306 | 150 | 170 | 0 | 57 | 47 | 26 | 536 | 55 | 73 |
| Binary | 11000110 | 1101000 | 1111000 | 0 | 101111 | 100111 | 10110 | 101011110 | 101101 | 111011 |
Color Harmonies of #C66878
Complementary color
Monochromatic Colors of #C66878
Black with #C66878
Text Example
Text Example
White with #C66878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66878; }
p { color: rgb(198,104,120); }
H1.HeaderClassName
{
color: #C66878;
}
.AnyTagClassName
{
color: #C66878;
}
</style>
background-color css
<style>
a { background-color: #C66878; }
a { background-color: rgb(198,104,120); }
div.DivClassName
{
background-color: #C66878;
}
.BgClassName
{
background-color: #C66878;
}
</style>
border-color css
<style>
span { border-color: #C66878; }
span { border-color: rgb(198,104,120); }
td.TdClassName
{
border-color: #C66878;
}
.TagClassName
{
border-color: #C66878;
}
</style>