Shades of Cameo #CFA075
Tints of Cameo #CFA075
RGB
CMYK
RGB Variations
Color information
#CFA075 (or 0xCFA075) is known color: Cameo. HEX triplet: CF, A0 and 75. RGB value is (207,160,117). Sum of RGB (Red+Green+Blue) = 207+160+117=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA075 is #305F8A. Grayscale: #A9A9A9. Windows color (decimal): -3170187 or 7708879. OLE color: 7708879.
HSL color Cylindrical-coordinate representation of color #CFA075: hue angle of 28.67º 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 #CFA075 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 160 | 117 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.19 |
| HSL | 28.67º | 0.48% | 0.64% | - |
| HSV(B) | 28.67º | 0.43% | 0.81% | - |
| XYZ | 41.51 | 39.69 | 22.3 | - |
| YUV | 169.15 | 98.57 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 160 | 117 | 0 | 0.23 | 0.43 | 0.19 | 28.67 | 0.48 | 0.64 |
| Hex | CF | A0 | 75 | 0 | 17 | 2B | 13 | 1D | 30 | 40 |
| Octal | 317 | 240 | 165 | 0 | 27 | 53 | 23 | 35 | 60 | 100 |
| Binary | 11001111 | 10100000 | 1110101 | 0 | 10111 | 101011 | 10011 | 11101 | 110000 | 1000000 |
Color Harmonies of #CFA075
Complementary color
Monochromatic Colors of #CFA075
Black with #CFA075
Text Example
Text Example
White with #CFA075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA075; }
p { color: rgb(207,160,117); }
H1.HeaderClassName
{
color: #CFA075;
}
.AnyTagClassName
{
color: #CFA075;
}
</style>
background-color css
<style>
a { background-color: #CFA075; }
a { background-color: rgb(207,160,117); }
div.DivClassName
{
background-color: #CFA075;
}
.BgClassName
{
background-color: #CFA075;
}
</style>
border-color css
<style>
span { border-color: #CFA075; }
span { border-color: rgb(207,160,117); }
td.TdClassName
{
border-color: #CFA075;
}
.TagClassName
{
border-color: #CFA075;
}
</style>