Shades of Cameo #CFA173
Tints of Cameo #CFA173
RGB
CMYK
RGB Variations
Color information
#CFA173 (or 0xCFA173) is known color: Cameo. HEX triplet: CF, A1 and 73. RGB value is (207,161,115). Sum of RGB (Red+Green+Blue) = 207+161+115=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA173 is #305E8C. Grayscale: #A9A9A9. Windows color (decimal): -3169933 or 7578063. OLE color: 7578063.
HSL color Cylindrical-coordinate representation of color #CFA173: hue angle of 30º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFA173 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 115 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.19 |
| HSL | 30º | 0.49% | 0.63% | - |
| HSV(B) | 30º | 0.44% | 0.81% | - |
| XYZ | 41.57 | 39.99 | 21.75 | - |
| YUV | 169.51 | 97.24 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 115 | 0 | 0.22 | 0.44 | 0.19 | 30 | 0.49 | 0.63 |
| Hex | CF | A1 | 73 | 0 | 16 | 2C | 13 | 1E | 31 | 3F |
| Octal | 317 | 241 | 163 | 0 | 26 | 54 | 23 | 36 | 61 | 77 |
| Binary | 11001111 | 10100001 | 1110011 | 0 | 10110 | 101100 | 10011 | 11110 | 110001 | 111111 |
Color Harmonies of #CFA173
Complementary color
Monochromatic Colors of #CFA173
Black with #CFA173
Text Example
Text Example
White with #CFA173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA173; }
p { color: rgb(207,161,115); }
H1.HeaderClassName
{
color: #CFA173;
}
.AnyTagClassName
{
color: #CFA173;
}
</style>
background-color css
<style>
a { background-color: #CFA173; }
a { background-color: rgb(207,161,115); }
div.DivClassName
{
background-color: #CFA173;
}
.BgClassName
{
background-color: #CFA173;
}
</style>
border-color css
<style>
span { border-color: #CFA173; }
span { border-color: rgb(207,161,115); }
td.TdClassName
{
border-color: #CFA173;
}
.TagClassName
{
border-color: #CFA173;
}
</style>