Shades of Cameo #CFA285
Tints of Cameo #CFA285
RGB
CMYK
RGB Variations
Color information
#CFA285 (or 0xCFA285) is known color: Cameo. HEX triplet: CF, A2 and 85. RGB value is (207,162,133). Sum of RGB (Red+Green+Blue) = 207+162+133=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA285 is #305D7A. Grayscale: #ACACAC. Windows color (decimal): -3169659 or 8757967. OLE color: 8757967.
HSL color Cylindrical-coordinate representation of color #CFA285: hue angle of 23.51º 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 #CFA285 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 133 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.19 |
| HSL | 23.51º | 0.44% | 0.67% | - |
| HSV(B) | 23.51º | 0.36% | 0.81% | - |
| XYZ | 42.89 | 40.8 | 27.81 | - |
| YUV | 172.15 | 105.91 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 133 | 0 | 0.22 | 0.36 | 0.19 | 23.51 | 0.44 | 0.67 |
| Hex | CF | A2 | 85 | 0 | 16 | 24 | 13 | 18 | 2C | 43 |
| Octal | 317 | 242 | 205 | 0 | 26 | 44 | 23 | 30 | 54 | 103 |
| Binary | 11001111 | 10100010 | 10000101 | 0 | 10110 | 100100 | 10011 | 11000 | 101100 | 1000011 |
Color Harmonies of #CFA285
Complementary color
Monochromatic Colors of #CFA285
Black with #CFA285
Text Example
Text Example
White with #CFA285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA285; }
p { color: rgb(207,162,133); }
H1.HeaderClassName
{
color: #CFA285;
}
.AnyTagClassName
{
color: #CFA285;
}
</style>
background-color css
<style>
a { background-color: #CFA285; }
a { background-color: rgb(207,162,133); }
div.DivClassName
{
background-color: #CFA285;
}
.BgClassName
{
background-color: #CFA285;
}
</style>
border-color css
<style>
span { border-color: #CFA285; }
span { border-color: rgb(207,162,133); }
td.TdClassName
{
border-color: #CFA285;
}
.TagClassName
{
border-color: #CFA285;
}
</style>