Shades of Charm #CF657F
Tints of Charm #CF657F
RGB
CMYK
RGB Variations
Color information
#CF657F (or 0xCF657F) is known color: Charm. HEX triplet: CF, 65 and 7F. RGB value is (207,101,127). Sum of RGB (Red+Green+Blue) = 207+101+127=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF657F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF657F is #309A80. Grayscale: #878787. Windows color (decimal): -3185281 or 8349135. OLE color: 8349135.
HSL color Cylindrical-coordinate representation of color #CF657F: hue angle of 345.28º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF657F is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 127 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.19 |
| HSL | 345.28º | 0.52% | 0.6% | - |
| HSV(B) | 345.28º | 0.51% | 0.81% | - |
| XYZ | 34.22 | 24.11 | 22.93 | - |
| YUV | 135.66 | 123.12 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 127 | 0 | 0.51 | 0.39 | 0.19 | 345.28 | 0.52 | 0.6 |
| Hex | CF | 65 | 7F | 0 | 33 | 27 | 13 | 159 | 34 | 3C |
| Octal | 317 | 145 | 177 | 0 | 63 | 47 | 23 | 531 | 64 | 74 |
| Binary | 11001111 | 1100101 | 1111111 | 0 | 110011 | 100111 | 10011 | 101011001 | 110100 | 111100 |
Color Harmonies of #CF657F
Complementary color
Monochromatic Colors of #CF657F
Black with #CF657F
Text Example
Text Example
White with #CF657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF657F; }
p { color: rgb(207,101,127); }
H1.HeaderClassName
{
color: #CF657F;
}
.AnyTagClassName
{
color: #CF657F;
}
</style>
background-color css
<style>
a { background-color: #CF657F; }
a { background-color: rgb(207,101,127); }
div.DivClassName
{
background-color: #CF657F;
}
.BgClassName
{
background-color: #CF657F;
}
</style>
border-color css
<style>
span { border-color: #CF657F; }
span { border-color: rgb(207,101,127); }
td.TdClassName
{
border-color: #CF657F;
}
.TagClassName
{
border-color: #CF657F;
}
</style>