Shades of Charm #CF667E
Tints of Charm #CF667E
RGB
CMYK
RGB Variations
Color information
#CF667E (or 0xCF667E) is known color: Charm. HEX triplet: CF, 66 and 7E. RGB value is (207,102,126). Sum of RGB (Red+Green+Blue) = 207+102+126=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF667E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF667E is #309981. Grayscale: #888888. Windows color (decimal): -3185026 or 8283855. OLE color: 8283855.
HSL color Cylindrical-coordinate representation of color #CF667E: hue angle of 346.29º 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 #CF667E is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 126 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.19 |
| HSL | 346.29º | 0.52% | 0.61% | - |
| HSV(B) | 346.29º | 0.51% | 0.81% | - |
| XYZ | 34.25 | 24.27 | 22.62 | - |
| YUV | 136.13 | 122.29 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 126 | 0 | 0.51 | 0.39 | 0.19 | 346.29 | 0.52 | 0.61 |
| Hex | CF | 66 | 7E | 0 | 33 | 27 | 13 | 15A | 34 | 3D |
| Octal | 317 | 146 | 176 | 0 | 63 | 47 | 23 | 532 | 64 | 75 |
| Binary | 11001111 | 1100110 | 1111110 | 0 | 110011 | 100111 | 10011 | 101011010 | 110100 | 111101 |
Color Harmonies of #CF667E
Complementary color
Monochromatic Colors of #CF667E
Black with #CF667E
Text Example
Text Example
White with #CF667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF667E; }
p { color: rgb(207,102,126); }
H1.HeaderClassName
{
color: #CF667E;
}
.AnyTagClassName
{
color: #CF667E;
}
</style>
background-color css
<style>
a { background-color: #CF667E; }
a { background-color: rgb(207,102,126); }
div.DivClassName
{
background-color: #CF667E;
}
.BgClassName
{
background-color: #CF667E;
}
</style>
border-color css
<style>
span { border-color: #CF667E; }
span { border-color: rgb(207,102,126); }
td.TdClassName
{
border-color: #CF667E;
}
.TagClassName
{
border-color: #CF667E;
}
</style>