Shades of Cameo #CFA175
Tints of Cameo #CFA175
RGB
CMYK
RGB Variations
Color information
#CFA175 (or 0xCFA175) is known color: Cameo. HEX triplet: CF, A1 and 75. RGB value is (207,161,117). Sum of RGB (Red+Green+Blue) = 207+161+117=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA175 is #305E8A. Grayscale: #A9A9A9. Windows color (decimal): -3169931 or 7709135. OLE color: 7709135.
HSL color Cylindrical-coordinate representation of color #CFA175: hue angle of 29.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFA175 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 117 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.19 |
| HSL | 29.33º | 0.48% | 0.64% | - |
| HSV(B) | 29.33º | 0.43% | 0.81% | - |
| XYZ | 41.69 | 40.04 | 22.36 | - |
| YUV | 169.74 | 98.24 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 117 | 0 | 0.22 | 0.43 | 0.19 | 29.33 | 0.48 | 0.64 |
| Hex | CF | A1 | 75 | 0 | 16 | 2B | 13 | 1D | 30 | 40 |
| Octal | 317 | 241 | 165 | 0 | 26 | 53 | 23 | 35 | 60 | 100 |
| Binary | 11001111 | 10100001 | 1110101 | 0 | 10110 | 101011 | 10011 | 11101 | 110000 | 1000000 |
Color Harmonies of #CFA175
Complementary color
Monochromatic Colors of #CFA175
Black with #CFA175
Text Example
Text Example
White with #CFA175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA175; }
p { color: rgb(207,161,117); }
H1.HeaderClassName
{
color: #CFA175;
}
.AnyTagClassName
{
color: #CFA175;
}
</style>
background-color css
<style>
a { background-color: #CFA175; }
a { background-color: rgb(207,161,117); }
div.DivClassName
{
background-color: #CFA175;
}
.BgClassName
{
background-color: #CFA175;
}
</style>
border-color css
<style>
span { border-color: #CFA175; }
span { border-color: rgb(207,161,117); }
td.TdClassName
{
border-color: #CFA175;
}
.TagClassName
{
border-color: #CFA175;
}
</style>