Shades of Charm #CF6E83
Tints of Charm #CF6E83
RGB
CMYK
RGB Variations
Color information
#CF6E83 (or 0xCF6E83) is known color: Charm. HEX triplet: CF, 6E and 83. RGB value is (207,110,131). Sum of RGB (Red+Green+Blue) = 207+110+131=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6E83 is #30917C. Grayscale: #8D8D8D. Windows color (decimal): -3182973 or 8613583. OLE color: 8613583.
HSL color Cylindrical-coordinate representation of color #CF6E83: hue angle of 347.01º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF6E83 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 110 | 131 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.19 |
| HSL | 347.01º | 0.5% | 0.62% | - |
| HSV(B) | 347.01º | 0.47% | 0.81% | - |
| XYZ | 35.4 | 26.06 | 24.64 | - |
| YUV | 141.4 | 122.14 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 110 | 131 | 0 | 0.47 | 0.37 | 0.19 | 347.01 | 0.5 | 0.62 |
| Hex | CF | 6E | 83 | 0 | 2F | 25 | 13 | 15B | 32 | 3E |
| Octal | 317 | 156 | 203 | 0 | 57 | 45 | 23 | 533 | 62 | 76 |
| Binary | 11001111 | 1101110 | 10000011 | 0 | 101111 | 100101 | 10011 | 101011011 | 110010 | 111110 |
Color Harmonies of #CF6E83
Complementary color
Monochromatic Colors of #CF6E83
Black with #CF6E83
Text Example
Text Example
White with #CF6E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6E83; }
p { color: rgb(207,110,131); }
H1.HeaderClassName
{
color: #CF6E83;
}
.AnyTagClassName
{
color: #CF6E83;
}
</style>
background-color css
<style>
a { background-color: #CF6E83; }
a { background-color: rgb(207,110,131); }
div.DivClassName
{
background-color: #CF6E83;
}
.BgClassName
{
background-color: #CF6E83;
}
</style>
border-color css
<style>
span { border-color: #CF6E83; }
span { border-color: rgb(207,110,131); }
td.TdClassName
{
border-color: #CF6E83;
}
.TagClassName
{
border-color: #CF6E83;
}
</style>