Shades of Cameo #CFA881
Tints of Cameo #CFA881
RGB
CMYK
RGB Variations
Color information
#CFA881 (or 0xCFA881) is known color: Cameo. HEX triplet: CF, A8 and 81. RGB value is (207,168,129). Sum of RGB (Red+Green+Blue) = 207+168+129=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA881 is #30577E. Grayscale: #AFAFAF. Windows color (decimal): -3168127 or 8497359. OLE color: 8497359.
HSL color Cylindrical-coordinate representation of color #CFA881: hue angle of 30º 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 #CFA881 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 129 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.19 |
| HSL | 30º | 0.45% | 0.66% | - |
| HSV(B) | 30º | 0.38% | 0.81% | - |
| XYZ | 43.7 | 42.86 | 26.74 | - |
| YUV | 175.22 | 101.92 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 129 | 0 | 0.19 | 0.38 | 0.19 | 30 | 0.45 | 0.66 |
| Hex | CF | A8 | 81 | 0 | 13 | 26 | 13 | 1E | 2D | 42 |
| Octal | 317 | 250 | 201 | 0 | 23 | 46 | 23 | 36 | 55 | 102 |
| Binary | 11001111 | 10101000 | 10000001 | 0 | 10011 | 100110 | 10011 | 11110 | 101101 | 1000010 |
Color Harmonies of #CFA881
Complementary color
Monochromatic Colors of #CFA881
Black with #CFA881
Text Example
Text Example
White with #CFA881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA881; }
p { color: rgb(207,168,129); }
H1.HeaderClassName
{
color: #CFA881;
}
.AnyTagClassName
{
color: #CFA881;
}
</style>
background-color css
<style>
a { background-color: #CFA881; }
a { background-color: rgb(207,168,129); }
div.DivClassName
{
background-color: #CFA881;
}
.BgClassName
{
background-color: #CFA881;
}
</style>
border-color css
<style>
span { border-color: #CFA881; }
span { border-color: rgb(207,168,129); }
td.TdClassName
{
border-color: #CFA881;
}
.TagClassName
{
border-color: #CFA881;
}
</style>