Shades of Cameo #CFA885
Tints of Cameo #CFA885
RGB
CMYK
RGB Variations
Color information
#CFA885 (or 0xCFA885) is known color: Cameo. HEX triplet: CF, A8 and 85. RGB value is (207,168,133). Sum of RGB (Red+Green+Blue) = 207+168+133=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA885 is #30577A. Grayscale: #AFAFAF. Windows color (decimal): -3168123 or 8759503. OLE color: 8759503.
HSL color Cylindrical-coordinate representation of color #CFA885: hue angle of 28.38º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFA885 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 133 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.19 |
| HSL | 28.38º | 0.44% | 0.67% | - |
| HSV(B) | 28.38º | 0.36% | 0.81% | - |
| XYZ | 43.97 | 42.96 | 28.17 | - |
| YUV | 175.67 | 103.92 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 133 | 0 | 0.19 | 0.36 | 0.19 | 28.38 | 0.44 | 0.67 |
| Hex | CF | A8 | 85 | 0 | 13 | 24 | 13 | 1C | 2C | 43 |
| Octal | 317 | 250 | 205 | 0 | 23 | 44 | 23 | 34 | 54 | 103 |
| Binary | 11001111 | 10101000 | 10000101 | 0 | 10011 | 100100 | 10011 | 11100 | 101100 | 1000011 |
Color Harmonies of #CFA885
Complementary color
Monochromatic Colors of #CFA885
Black with #CFA885
Text Example
Text Example
White with #CFA885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA885; }
p { color: rgb(207,168,133); }
H1.HeaderClassName
{
color: #CFA885;
}
.AnyTagClassName
{
color: #CFA885;
}
</style>
background-color css
<style>
a { background-color: #CFA885; }
a { background-color: rgb(207,168,133); }
div.DivClassName
{
background-color: #CFA885;
}
.BgClassName
{
background-color: #CFA885;
}
</style>
border-color css
<style>
span { border-color: #CFA885; }
span { border-color: rgb(207,168,133); }
td.TdClassName
{
border-color: #CFA885;
}
.TagClassName
{
border-color: #CFA885;
}
</style>