Shades of Charm #CF767B
Tints of Charm #CF767B
RGB
CMYK
RGB Variations
Color information
#CF767B (or 0xCF767B) is known color: Charm. HEX triplet: CF, 76 and 7B. RGB value is (207,118,123). Sum of RGB (Red+Green+Blue) = 207+118+123=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF767B is #308984. Grayscale: #919191. Windows color (decimal): -3180933 or 8091343. OLE color: 8091343.
HSL color Cylindrical-coordinate representation of color #CF767B: hue angle of 356.63º 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 #CF767B is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 123 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.19 |
| HSL | 356.63º | 0.48% | 0.64% | - |
| HSV(B) | 356.63º | 0.43% | 0.81% | - |
| XYZ | 35.79 | 27.65 | 22.19 | - |
| YUV | 145.18 | 115.49 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 123 | 0 | 0.43 | 0.41 | 0.19 | 356.63 | 0.48 | 0.64 |
| Hex | CF | 76 | 7B | 0 | 2B | 29 | 13 | 165 | 30 | 40 |
| Octal | 317 | 166 | 173 | 0 | 53 | 51 | 23 | 545 | 60 | 100 |
| Binary | 11001111 | 1110110 | 1111011 | 0 | 101011 | 101001 | 10011 | 101100101 | 110000 | 1000000 |
Color Harmonies of #CF767B
Complementary color
Monochromatic Colors of #CF767B
Black with #CF767B
Text Example
Text Example
White with #CF767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF767B; }
p { color: rgb(207,118,123); }
H1.HeaderClassName
{
color: #CF767B;
}
.AnyTagClassName
{
color: #CF767B;
}
</style>
background-color css
<style>
a { background-color: #CF767B; }
a { background-color: rgb(207,118,123); }
div.DivClassName
{
background-color: #CF767B;
}
.BgClassName
{
background-color: #CF767B;
}
</style>
border-color css
<style>
span { border-color: #CF767B; }
span { border-color: rgb(207,118,123); }
td.TdClassName
{
border-color: #CF767B;
}
.TagClassName
{
border-color: #CF767B;
}
</style>