Shades of Cameo #CFA87F
Tints of Cameo #CFA87F
RGB
CMYK
RGB Variations
Color information
#CFA87F (or 0xCFA87F) is known color: Cameo. HEX triplet: CF, A8 and 7F. RGB value is (207,168,127). Sum of RGB (Red+Green+Blue) = 207+168+127=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA87F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA87F is #305780. Grayscale: #AFAFAF. Windows color (decimal): -3168129 or 8366287. OLE color: 8366287.
HSL color Cylindrical-coordinate representation of color #CFA87F: hue angle of 30.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFA87F is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 127 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.19 |
| HSL | 30.75º | 0.45% | 0.65% | - |
| HSV(B) | 30.75º | 0.39% | 0.81% | - |
| XYZ | 43.57 | 42.8 | 26.04 | - |
| YUV | 174.99 | 100.92 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 127 | 0 | 0.19 | 0.39 | 0.19 | 30.75 | 0.45 | 0.65 |
| Hex | CF | A8 | 7F | 0 | 13 | 27 | 13 | 1F | 2D | 41 |
| Octal | 317 | 250 | 177 | 0 | 23 | 47 | 23 | 37 | 55 | 101 |
| Binary | 11001111 | 10101000 | 1111111 | 0 | 10011 | 100111 | 10011 | 11111 | 101101 | 1000001 |
Color Harmonies of #CFA87F
Complementary color
Monochromatic Colors of #CFA87F
Black with #CFA87F
Text Example
Text Example
White with #CFA87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA87F; }
p { color: rgb(207,168,127); }
H1.HeaderClassName
{
color: #CFA87F;
}
.AnyTagClassName
{
color: #CFA87F;
}
</style>
background-color css
<style>
a { background-color: #CFA87F; }
a { background-color: rgb(207,168,127); }
div.DivClassName
{
background-color: #CFA87F;
}
.BgClassName
{
background-color: #CFA87F;
}
</style>
border-color css
<style>
span { border-color: #CFA87F; }
span { border-color: rgb(207,168,127); }
td.TdClassName
{
border-color: #CFA87F;
}
.TagClassName
{
border-color: #CFA87F;
}
</style>