Shades of Charm #CF757B
Tints of Charm #CF757B
RGB
CMYK
RGB Variations
Color information
#CF757B (or 0xCF757B) is known color: Charm. HEX triplet: CF, 75 and 7B. RGB value is (207,117,123). Sum of RGB (Red+Green+Blue) = 207+117+123=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF757B is #308A84. Grayscale: #909090. Windows color (decimal): -3181189 or 8091087. OLE color: 8091087.
HSL color Cylindrical-coordinate representation of color #CF757B: hue angle of 356º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF757B is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 123 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.19 |
| HSL | 356º | 0.48% | 0.64% | - |
| HSV(B) | 356º | 0.43% | 0.81% | - |
| XYZ | 35.67 | 27.42 | 22.15 | - |
| YUV | 144.59 | 115.82 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 123 | 0 | 0.43 | 0.41 | 0.19 | 356 | 0.48 | 0.64 |
| Hex | CF | 75 | 7B | 0 | 2B | 29 | 13 | 164 | 30 | 40 |
| Octal | 317 | 165 | 173 | 0 | 53 | 51 | 23 | 544 | 60 | 100 |
| Binary | 11001111 | 1110101 | 1111011 | 0 | 101011 | 101001 | 10011 | 101100100 | 110000 | 1000000 |
Color Harmonies of #CF757B
Complementary color
Monochromatic Colors of #CF757B
Black with #CF757B
Text Example
Text Example
White with #CF757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF757B; }
p { color: rgb(207,117,123); }
H1.HeaderClassName
{
color: #CF757B;
}
.AnyTagClassName
{
color: #CF757B;
}
</style>
background-color css
<style>
a { background-color: #CF757B; }
a { background-color: rgb(207,117,123); }
div.DivClassName
{
background-color: #CF757B;
}
.BgClassName
{
background-color: #CF757B;
}
</style>
border-color css
<style>
span { border-color: #CF757B; }
span { border-color: rgb(207,117,123); }
td.TdClassName
{
border-color: #CF757B;
}
.TagClassName
{
border-color: #CF757B;
}
</style>