Shades of Charm #CF7E83
Tints of Charm #CF7E83
RGB
CMYK
RGB Variations
Color information
#CF7E83 (or 0xCF7E83) is known color: Charm. HEX triplet: CF, 7E and 83. RGB value is (207,126,131). Sum of RGB (Red+Green+Blue) = 207+126+131=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7E83 is #30817C. Grayscale: #969696. Windows color (decimal): -3178877 or 8617679. OLE color: 8617679.
HSL color Cylindrical-coordinate representation of color #CF7E83: hue angle of 356.3º 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 #CF7E83 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 131 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.19 |
| HSL | 356.3º | 0.46% | 0.65% | - |
| HSV(B) | 356.3º | 0.39% | 0.81% | - |
| XYZ | 37.29 | 29.83 | 25.26 | - |
| YUV | 150.79 | 116.84 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 131 | 0 | 0.39 | 0.37 | 0.19 | 356.3 | 0.46 | 0.65 |
| Hex | CF | 7E | 83 | 0 | 27 | 25 | 13 | 164 | 2E | 41 |
| Octal | 317 | 176 | 203 | 0 | 47 | 45 | 23 | 544 | 56 | 101 |
| Binary | 11001111 | 1111110 | 10000011 | 0 | 100111 | 100101 | 10011 | 101100100 | 101110 | 1000001 |
Color Harmonies of #CF7E83
Complementary color
Monochromatic Colors of #CF7E83
Black with #CF7E83
Text Example
Text Example
White with #CF7E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7E83; }
p { color: rgb(207,126,131); }
H1.HeaderClassName
{
color: #CF7E83;
}
.AnyTagClassName
{
color: #CF7E83;
}
</style>
background-color css
<style>
a { background-color: #CF7E83; }
a { background-color: rgb(207,126,131); }
div.DivClassName
{
background-color: #CF7E83;
}
.BgClassName
{
background-color: #CF7E83;
}
</style>
border-color css
<style>
span { border-color: #CF7E83; }
span { border-color: rgb(207,126,131); }
td.TdClassName
{
border-color: #CF7E83;
}
.TagClassName
{
border-color: #CF7E83;
}
</style>