Shades of Charm #CF667A
Tints of Charm #CF667A
RGB
CMYK
RGB Variations
Color information
#CF667A (or 0xCF667A) is known color: Charm. HEX triplet: CF, 66 and 7A. RGB value is (207,102,122). Sum of RGB (Red+Green+Blue) = 207+102+122=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF667A is #309985. Grayscale: #878787. Windows color (decimal): -3185030 or 8021711. OLE color: 8021711.
HSL color Cylindrical-coordinate representation of color #CF667A: hue angle of 348.57º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF667A is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 122 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.19 |
| HSL | 348.57º | 0.52% | 0.61% | - |
| HSV(B) | 348.57º | 0.51% | 0.81% | - |
| XYZ | 34 | 24.17 | 21.29 | - |
| YUV | 135.68 | 120.29 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 122 | 0 | 0.51 | 0.41 | 0.19 | 348.57 | 0.52 | 0.61 |
| Hex | CF | 66 | 7A | 0 | 33 | 29 | 13 | 15D | 34 | 3D |
| Octal | 317 | 146 | 172 | 0 | 63 | 51 | 23 | 535 | 64 | 75 |
| Binary | 11001111 | 1100110 | 1111010 | 0 | 110011 | 101001 | 10011 | 101011101 | 110100 | 111101 |
Color Harmonies of #CF667A
Complementary color
Monochromatic Colors of #CF667A
Black with #CF667A
Text Example
Text Example
White with #CF667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF667A; }
p { color: rgb(207,102,122); }
H1.HeaderClassName
{
color: #CF667A;
}
.AnyTagClassName
{
color: #CF667A;
}
</style>
background-color css
<style>
a { background-color: #CF667A; }
a { background-color: rgb(207,102,122); }
div.DivClassName
{
background-color: #CF667A;
}
.BgClassName
{
background-color: #CF667A;
}
</style>
border-color css
<style>
span { border-color: #CF667A; }
span { border-color: rgb(207,102,122); }
td.TdClassName
{
border-color: #CF667A;
}
.TagClassName
{
border-color: #CF667A;
}
</style>