Shades of Charm #CF8081
Tints of Charm #CF8081
RGB
CMYK
RGB Variations
Color information
#CF8081 (or 0xCF8081) is known color: Charm. HEX triplet: CF, 80 and 81. RGB value is (207,128,129). Sum of RGB (Red+Green+Blue) = 207+128+129=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8081 is #307F7E. Grayscale: #979797. Windows color (decimal): -3178367 or 8487119. OLE color: 8487119.
HSL color Cylindrical-coordinate representation of color #CF8081: hue angle of 359.24º 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 #CF8081 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 129 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.19 |
| HSL | 359.24º | 0.45% | 0.66% | - |
| HSV(B) | 359.24º | 0.38% | 0.81% | - |
| XYZ | 37.41 | 30.29 | 24.64 | - |
| YUV | 151.74 | 115.17 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 129 | 0 | 0.38 | 0.38 | 0.19 | 359.24 | 0.45 | 0.66 |
| Hex | CF | 80 | 81 | 0 | 26 | 26 | 13 | 167 | 2D | 42 |
| Octal | 317 | 200 | 201 | 0 | 46 | 46 | 23 | 547 | 55 | 102 |
| Binary | 11001111 | 10000000 | 10000001 | 0 | 100110 | 100110 | 10011 | 101100111 | 101101 | 1000010 |
Color Harmonies of #CF8081
Complementary color
Monochromatic Colors of #CF8081
Black with #CF8081
Text Example
Text Example
White with #CF8081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8081; }
p { color: rgb(207,128,129); }
H1.HeaderClassName
{
color: #CF8081;
}
.AnyTagClassName
{
color: #CF8081;
}
</style>
background-color css
<style>
a { background-color: #CF8081; }
a { background-color: rgb(207,128,129); }
div.DivClassName
{
background-color: #CF8081;
}
.BgClassName
{
background-color: #CF8081;
}
</style>
border-color css
<style>
span { border-color: #CF8081; }
span { border-color: rgb(207,128,129); }
td.TdClassName
{
border-color: #CF8081;
}
.TagClassName
{
border-color: #CF8081;
}
</style>