Shades of Charm #CF677A
Tints of Charm #CF677A
RGB
CMYK
RGB Variations
Color information
#CF677A (or 0xCF677A) is known color: Charm. HEX triplet: CF, 67 and 7A. RGB value is (207,103,122). Sum of RGB (Red+Green+Blue) = 207+103+122=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF677A is #309885. Grayscale: #888888. Windows color (decimal): -3184774 or 8021967. OLE color: 8021967.
HSL color Cylindrical-coordinate representation of color #CF677A: hue angle of 349.04º 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 #CF677A is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 122 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.19 |
| HSL | 349.04º | 0.52% | 0.61% | - |
| HSV(B) | 349.04º | 0.5% | 0.81% | - |
| XYZ | 34.1 | 24.37 | 21.32 | - |
| YUV | 136.26 | 119.96 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 122 | 0 | 0.50 | 0.41 | 0.19 | 349.04 | 0.52 | 0.61 |
| Hex | CF | 67 | 7A | 0 | 32 | 29 | 13 | 15D | 34 | 3D |
| Octal | 317 | 147 | 172 | 0 | 62 | 51 | 23 | 535 | 64 | 75 |
| Binary | 11001111 | 1100111 | 1111010 | 0 | 110010 | 101001 | 10011 | 101011101 | 110100 | 111101 |
Color Harmonies of #CF677A
Complementary color
Monochromatic Colors of #CF677A
Black with #CF677A
Text Example
Text Example
White with #CF677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF677A; }
p { color: rgb(207,103,122); }
H1.HeaderClassName
{
color: #CF677A;
}
.AnyTagClassName
{
color: #CF677A;
}
</style>
background-color css
<style>
a { background-color: #CF677A; }
a { background-color: rgb(207,103,122); }
div.DivClassName
{
background-color: #CF677A;
}
.BgClassName
{
background-color: #CF677A;
}
</style>
border-color css
<style>
span { border-color: #CF677A; }
span { border-color: rgb(207,103,122); }
td.TdClassName
{
border-color: #CF677A;
}
.TagClassName
{
border-color: #CF677A;
}
</style>