Shades of Charm #CF8189
Tints of Charm #CF8189
RGB
CMYK
RGB Variations
Color information
#CF8189 (or 0xCF8189) is known color: Charm. HEX triplet: CF, 81 and 89. RGB value is (207,129,137). Sum of RGB (Red+Green+Blue) = 207+129+137=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8189 is #307E76. Grayscale: #999999. Windows color (decimal): -3178103 or 9011663. OLE color: 9011663.
HSL color Cylindrical-coordinate representation of color #CF8189: hue angle of 353.85º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF8189 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 137 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.19 |
| HSL | 353.85º | 0.45% | 0.66% | - |
| HSV(B) | 353.85º | 0.38% | 0.81% | - |
| XYZ | 38.1 | 30.77 | 27.6 | - |
| YUV | 153.23 | 118.84 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 137 | 0 | 0.38 | 0.34 | 0.19 | 353.85 | 0.45 | 0.66 |
| Hex | CF | 81 | 89 | 0 | 26 | 22 | 13 | 162 | 2D | 42 |
| Octal | 317 | 201 | 211 | 0 | 46 | 42 | 23 | 542 | 55 | 102 |
| Binary | 11001111 | 10000001 | 10001001 | 0 | 100110 | 100010 | 10011 | 101100010 | 101101 | 1000010 |
Color Harmonies of #CF8189
Complementary color
Monochromatic Colors of #CF8189
Black with #CF8189
Text Example
Text Example
White with #CF8189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8189; }
p { color: rgb(207,129,137); }
H1.HeaderClassName
{
color: #CF8189;
}
.AnyTagClassName
{
color: #CF8189;
}
</style>
background-color css
<style>
a { background-color: #CF8189; }
a { background-color: rgb(207,129,137); }
div.DivClassName
{
background-color: #CF8189;
}
.BgClassName
{
background-color: #CF8189;
}
</style>
border-color css
<style>
span { border-color: #CF8189; }
span { border-color: rgb(207,129,137); }
td.TdClassName
{
border-color: #CF8189;
}
.TagClassName
{
border-color: #CF8189;
}
</style>