Shades of Cameo #CF9F81
Tints of Cameo #CF9F81
RGB
CMYK
RGB Variations
Color information
#CF9F81 (or 0xCF9F81) is known color: Cameo. HEX triplet: CF, 9F and 81. RGB value is (207,159,129). Sum of RGB (Red+Green+Blue) = 207+159+129=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9F81 is #30607E. Grayscale: #AAAAAA. Windows color (decimal): -3170431 or 8495055. OLE color: 8495055.
HSL color Cylindrical-coordinate representation of color #CF9F81: hue angle of 23.08º 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 #CF9F81 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 159 | 129 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.19 |
| HSL | 23.08º | 0.45% | 0.66% | - |
| HSV(B) | 23.08º | 0.38% | 0.81% | - |
| XYZ | 42.09 | 39.65 | 26.2 | - |
| YUV | 169.93 | 104.9 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 159 | 129 | 0 | 0.23 | 0.38 | 0.19 | 23.08 | 0.45 | 0.66 |
| Hex | CF | 9F | 81 | 0 | 17 | 26 | 13 | 17 | 2D | 42 |
| Octal | 317 | 237 | 201 | 0 | 27 | 46 | 23 | 27 | 55 | 102 |
| Binary | 11001111 | 10011111 | 10000001 | 0 | 10111 | 100110 | 10011 | 10111 | 101101 | 1000010 |
Color Harmonies of #CF9F81
Complementary color
Monochromatic Colors of #CF9F81
Black with #CF9F81
Text Example
Text Example
White with #CF9F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9F81; }
p { color: rgb(207,159,129); }
H1.HeaderClassName
{
color: #CF9F81;
}
.AnyTagClassName
{
color: #CF9F81;
}
</style>
background-color css
<style>
a { background-color: #CF9F81; }
a { background-color: rgb(207,159,129); }
div.DivClassName
{
background-color: #CF9F81;
}
.BgClassName
{
background-color: #CF9F81;
}
</style>
border-color css
<style>
span { border-color: #CF9F81; }
span { border-color: rgb(207,159,129); }
td.TdClassName
{
border-color: #CF9F81;
}
.TagClassName
{
border-color: #CF9F81;
}
</style>