Shades of Charm #CF7E85
Tints of Charm #CF7E85
RGB
CMYK
RGB Variations
Color information
#CF7E85 (or 0xCF7E85) is known color: Charm. HEX triplet: CF, 7E and 85. RGB value is (207,126,133). Sum of RGB (Red+Green+Blue) = 207+126+133=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7E85 is #30817A. Grayscale: #979797. Windows color (decimal): -3178875 or 8748751. OLE color: 8748751.
HSL color Cylindrical-coordinate representation of color #CF7E85: hue angle of 354.81º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF7E85 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 133 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.19 |
| HSL | 354.81º | 0.46% | 0.65% | - |
| HSV(B) | 354.81º | 0.39% | 0.81% | - |
| XYZ | 37.43 | 29.88 | 25.99 | - |
| YUV | 151.02 | 117.84 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 133 | 0 | 0.39 | 0.36 | 0.19 | 354.81 | 0.46 | 0.65 |
| Hex | CF | 7E | 85 | 0 | 27 | 24 | 13 | 163 | 2E | 41 |
| Octal | 317 | 176 | 205 | 0 | 47 | 44 | 23 | 543 | 56 | 101 |
| Binary | 11001111 | 1111110 | 10000101 | 0 | 100111 | 100100 | 10011 | 101100011 | 101110 | 1000001 |
Color Harmonies of #CF7E85
Complementary color
Monochromatic Colors of #CF7E85
Black with #CF7E85
Text Example
Text Example
White with #CF7E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7E85; }
p { color: rgb(207,126,133); }
H1.HeaderClassName
{
color: #CF7E85;
}
.AnyTagClassName
{
color: #CF7E85;
}
</style>
background-color css
<style>
a { background-color: #CF7E85; }
a { background-color: rgb(207,126,133); }
div.DivClassName
{
background-color: #CF7E85;
}
.BgClassName
{
background-color: #CF7E85;
}
</style>
border-color css
<style>
span { border-color: #CF7E85; }
span { border-color: rgb(207,126,133); }
td.TdClassName
{
border-color: #CF7E85;
}
.TagClassName
{
border-color: #CF7E85;
}
</style>