Shades of Charm #CF6F8A
Tints of Charm #CF6F8A
RGB
CMYK
RGB Variations
Color information
#CF6F8A (or 0xCF6F8A) is known color: Charm. HEX triplet: CF, 6F and 8A. RGB value is (207,111,138). Sum of RGB (Red+Green+Blue) = 207+111+138=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6F8A is #309075. Grayscale: #8E8E8E. Windows color (decimal): -3182710 or 9072591. OLE color: 9072591.
HSL color Cylindrical-coordinate representation of color #CF6F8A: hue angle of 343.12º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF6F8A is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 138 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.19 |
| HSL | 343.13º | 0.5% | 0.62% | - |
| HSV(B) | 343.13º | 0.46% | 0.81% | - |
| XYZ | 36 | 26.47 | 27.26 | - |
| YUV | 142.78 | 125.3 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 138 | 0 | 0.46 | 0.33 | 0.19 | 343.13 | 0.5 | 0.62 |
| Hex | CF | 6F | 8A | 0 | 2E | 21 | 13 | 157 | 32 | 3E |
| Octal | 317 | 157 | 212 | 0 | 56 | 41 | 23 | 527 | 62 | 76 |
| Binary | 11001111 | 1101111 | 10001010 | 0 | 101110 | 100001 | 10011 | 101010111 | 110010 | 111110 |
Color Harmonies of #CF6F8A
Complementary color
Monochromatic Colors of #CF6F8A
Black with #CF6F8A
Text Example
Text Example
White with #CF6F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6F8A; }
p { color: rgb(207,111,138); }
H1.HeaderClassName
{
color: #CF6F8A;
}
.AnyTagClassName
{
color: #CF6F8A;
}
</style>
background-color css
<style>
a { background-color: #CF6F8A; }
a { background-color: rgb(207,111,138); }
div.DivClassName
{
background-color: #CF6F8A;
}
.BgClassName
{
background-color: #CF6F8A;
}
</style>
border-color css
<style>
span { border-color: #CF6F8A; }
span { border-color: rgb(207,111,138); }
td.TdClassName
{
border-color: #CF6F8A;
}
.TagClassName
{
border-color: #CF6F8A;
}
</style>