Shades of Charm #C66F81
Tints of Charm #C66F81
RGB
CMYK
RGB Variations
Color information
#C66F81 (or 0xC66F81) is known color: Charm. HEX triplet: C6, 6F and 81. RGB value is (198,111,129). Sum of RGB (Red+Green+Blue) = 198+111+129=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66F81 is #39907E. Grayscale: #8B8B8B. Windows color (decimal): -3772543 or 8482758. OLE color: 8482758.
HSL color Cylindrical-coordinate representation of color #C66F81: hue angle of 347.59º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C66F81 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 111 | 129 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.22 |
| HSL | 347.59º | 0.43% | 0.61% | - |
| HSV(B) | 347.59º | 0.44% | 0.78% | - |
| XYZ | 32.94 | 24.96 | 23.85 | - |
| YUV | 139.07 | 122.32 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 129 | 0 | 0.44 | 0.35 | 0.22 | 347.59 | 0.43 | 0.61 |
| Hex | C6 | 6F | 81 | 0 | 2C | 23 | 16 | 15C | 2B | 3D |
| Octal | 306 | 157 | 201 | 0 | 54 | 43 | 26 | 534 | 53 | 75 |
| Binary | 11000110 | 1101111 | 10000001 | 0 | 101100 | 100011 | 10110 | 101011100 | 101011 | 111101 |
Color Harmonies of #C66F81
Complementary color
Monochromatic Colors of #C66F81
Black with #C66F81
Text Example
Text Example
White with #C66F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66F81; }
p { color: rgb(198,111,129); }
H1.HeaderClassName
{
color: #C66F81;
}
.AnyTagClassName
{
color: #C66F81;
}
</style>
background-color css
<style>
a { background-color: #C66F81; }
a { background-color: rgb(198,111,129); }
div.DivClassName
{
background-color: #C66F81;
}
.BgClassName
{
background-color: #C66F81;
}
</style>
border-color css
<style>
span { border-color: #C66F81; }
span { border-color: rgb(198,111,129); }
td.TdClassName
{
border-color: #C66F81;
}
.TagClassName
{
border-color: #C66F81;
}
</style>