Shades of Charm #CF6C83
Tints of Charm #CF6C83
RGB
CMYK
RGB Variations
Color information
#CF6C83 (or 0xCF6C83) is known color: Charm. HEX triplet: CF, 6C and 83. RGB value is (207,108,131). Sum of RGB (Red+Green+Blue) = 207+108+131=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6C83 is #30937C. Grayscale: #8C8C8C. Windows color (decimal): -3183485 or 8613071. OLE color: 8613071.
HSL color Cylindrical-coordinate representation of color #CF6C83: hue angle of 346.06º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF6C83 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 108 | 131 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.19 |
| HSL | 346.06º | 0.51% | 0.62% | - |
| HSV(B) | 346.06º | 0.48% | 0.81% | - |
| XYZ | 35.19 | 25.63 | 24.56 | - |
| YUV | 140.22 | 122.8 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 131 | 0 | 0.48 | 0.37 | 0.19 | 346.06 | 0.51 | 0.62 |
| Hex | CF | 6C | 83 | 0 | 30 | 25 | 13 | 15A | 33 | 3E |
| Octal | 317 | 154 | 203 | 0 | 60 | 45 | 23 | 532 | 63 | 76 |
| Binary | 11001111 | 1101100 | 10000011 | 0 | 110000 | 100101 | 10011 | 101011010 | 110011 | 111110 |
Color Harmonies of #CF6C83
Complementary color
Monochromatic Colors of #CF6C83
Black with #CF6C83
Text Example
Text Example
White with #CF6C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6C83; }
p { color: rgb(207,108,131); }
H1.HeaderClassName
{
color: #CF6C83;
}
.AnyTagClassName
{
color: #CF6C83;
}
</style>
background-color css
<style>
a { background-color: #CF6C83; }
a { background-color: rgb(207,108,131); }
div.DivClassName
{
background-color: #CF6C83;
}
.BgClassName
{
background-color: #CF6C83;
}
</style>
border-color css
<style>
span { border-color: #CF6C83; }
span { border-color: rgb(207,108,131); }
td.TdClassName
{
border-color: #CF6C83;
}
.TagClassName
{
border-color: #CF6C83;
}
</style>