Shades of Cameo #CFA17A
Tints of Cameo #CFA17A
RGB
CMYK
RGB Variations
Color information
#CFA17A (or 0xCFA17A) is known color: Cameo. HEX triplet: CF, A1 and 7A. RGB value is (207,161,122). Sum of RGB (Red+Green+Blue) = 207+161+122=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA17A is #305E85. Grayscale: #AAAAAA. Windows color (decimal): -3169926 or 8036815. OLE color: 8036815.
HSL color Cylindrical-coordinate representation of color #CFA17A: hue angle of 27.53º 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 #CFA17A is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 122 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.19 |
| HSL | 27.53º | 0.47% | 0.65% | - |
| HSV(B) | 27.53º | 0.41% | 0.81% | - |
| XYZ | 41.99 | 40.16 | 23.95 | - |
| YUV | 170.31 | 100.74 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 122 | 0 | 0.22 | 0.41 | 0.19 | 27.53 | 0.47 | 0.65 |
| Hex | CF | A1 | 7A | 0 | 16 | 29 | 13 | 1C | 2F | 41 |
| Octal | 317 | 241 | 172 | 0 | 26 | 51 | 23 | 34 | 57 | 101 |
| Binary | 11001111 | 10100001 | 1111010 | 0 | 10110 | 101001 | 10011 | 11100 | 101111 | 1000001 |
Color Harmonies of #CFA17A
Complementary color
Monochromatic Colors of #CFA17A
Black with #CFA17A
Text Example
Text Example
White with #CFA17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA17A; }
p { color: rgb(207,161,122); }
H1.HeaderClassName
{
color: #CFA17A;
}
.AnyTagClassName
{
color: #CFA17A;
}
</style>
background-color css
<style>
a { background-color: #CFA17A; }
a { background-color: rgb(207,161,122); }
div.DivClassName
{
background-color: #CFA17A;
}
.BgClassName
{
background-color: #CFA17A;
}
</style>
border-color css
<style>
span { border-color: #CFA17A; }
span { border-color: rgb(207,161,122); }
td.TdClassName
{
border-color: #CFA17A;
}
.TagClassName
{
border-color: #CFA17A;
}
</style>