Shades of Cameo #CFA68E
Tints of Cameo #CFA68E
RGB
CMYK
RGB Variations
Color information
#CFA68E (or 0xCFA68E) is known color: Cameo. HEX triplet: CF, A6 and 8E. RGB value is (207,166,142). Sum of RGB (Red+Green+Blue) = 207+166+142=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA68E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA68E is #305971. Grayscale: #AFAFAF. Windows color (decimal): -3168626 or 9348815. OLE color: 9348815.
HSL color Cylindrical-coordinate representation of color #CFA68E: hue angle of 22.15º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFA68E is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 142 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.19 |
| HSL | 22.15º | 0.4% | 0.68% | - |
| HSV(B) | 22.15º | 0.31% | 0.81% | - |
| XYZ | 44.25 | 42.49 | 31.46 | - |
| YUV | 175.52 | 109.08 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 142 | 0 | 0.20 | 0.31 | 0.19 | 22.15 | 0.4 | 0.68 |
| Hex | CF | A6 | 8E | 0 | 14 | 1F | 13 | 16 | 28 | 44 |
| Octal | 317 | 246 | 216 | 0 | 24 | 37 | 23 | 26 | 50 | 104 |
| Binary | 11001111 | 10100110 | 10001110 | 0 | 10100 | 11111 | 10011 | 10110 | 101000 | 1000100 |
Color Harmonies of #CFA68E
Complementary color
Monochromatic Colors of #CFA68E
Black with #CFA68E
Text Example
Text Example
White with #CFA68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA68E; }
p { color: rgb(207,166,142); }
H1.HeaderClassName
{
color: #CFA68E;
}
.AnyTagClassName
{
color: #CFA68E;
}
</style>
background-color css
<style>
a { background-color: #CFA68E; }
a { background-color: rgb(207,166,142); }
div.DivClassName
{
background-color: #CFA68E;
}
.BgClassName
{
background-color: #CFA68E;
}
</style>
border-color css
<style>
span { border-color: #CFA68E; }
span { border-color: rgb(207,166,142); }
td.TdClassName
{
border-color: #CFA68E;
}
.TagClassName
{
border-color: #CFA68E;
}
</style>