Shades of Cameo #CFA17B
Tints of Cameo #CFA17B
RGB
CMYK
RGB Variations
Color information
#CFA17B (or 0xCFA17B) is known color: Cameo. HEX triplet: CF, A1 and 7B. RGB value is (207,161,123). Sum of RGB (Red+Green+Blue) = 207+161+123=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA17B is #305E84. Grayscale: #AAAAAA. Windows color (decimal): -3169925 or 8102351. OLE color: 8102351.
HSL color Cylindrical-coordinate representation of color #CFA17B: hue angle of 27.14º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFA17B is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 123 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.19 |
| HSL | 27.14º | 0.47% | 0.65% | - |
| HSV(B) | 27.14º | 0.41% | 0.81% | - |
| XYZ | 42.05 | 40.19 | 24.28 | - |
| YUV | 170.42 | 101.24 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 123 | 0 | 0.22 | 0.41 | 0.19 | 27.14 | 0.47 | 0.65 |
| Hex | CF | A1 | 7B | 0 | 16 | 29 | 13 | 1B | 2F | 41 |
| Octal | 317 | 241 | 173 | 0 | 26 | 51 | 23 | 33 | 57 | 101 |
| Binary | 11001111 | 10100001 | 1111011 | 0 | 10110 | 101001 | 10011 | 11011 | 101111 | 1000001 |
Color Harmonies of #CFA17B
Complementary color
Monochromatic Colors of #CFA17B
Black with #CFA17B
Text Example
Text Example
White with #CFA17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA17B; }
p { color: rgb(207,161,123); }
H1.HeaderClassName
{
color: #CFA17B;
}
.AnyTagClassName
{
color: #CFA17B;
}
</style>
background-color css
<style>
a { background-color: #CFA17B; }
a { background-color: rgb(207,161,123); }
div.DivClassName
{
background-color: #CFA17B;
}
.BgClassName
{
background-color: #CFA17B;
}
</style>
border-color css
<style>
span { border-color: #CFA17B; }
span { border-color: rgb(207,161,123); }
td.TdClassName
{
border-color: #CFA17B;
}
.TagClassName
{
border-color: #CFA17B;
}
</style>