Shades of Cameo #CFAA86
Tints of Cameo #CFAA86
RGB
CMYK
RGB Variations
Color information
#CFAA86 (or 0xCFAA86) is known color: Cameo. HEX triplet: CF, AA and 86. RGB value is (207,170,134). Sum of RGB (Red+Green+Blue) = 207+170+134=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAA86 is #305579. Grayscale: #B1B1B1. Windows color (decimal): -3167610 or 8825551. OLE color: 8825551.
HSL color Cylindrical-coordinate representation of color #CFAA86: hue angle of 29.59º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFAA86 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 134 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.19 |
| HSL | 29.59º | 0.43% | 0.67% | - |
| HSV(B) | 29.59º | 0.35% | 0.81% | - |
| XYZ | 44.41 | 43.74 | 28.66 | - |
| YUV | 176.96 | 103.76 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 134 | 0 | 0.18 | 0.35 | 0.19 | 29.59 | 0.43 | 0.67 |
| Hex | CF | AA | 86 | 0 | 12 | 23 | 13 | 1E | 2B | 43 |
| Octal | 317 | 252 | 206 | 0 | 22 | 43 | 23 | 36 | 53 | 103 |
| Binary | 11001111 | 10101010 | 10000110 | 0 | 10010 | 100011 | 10011 | 11110 | 101011 | 1000011 |
Color Harmonies of #CFAA86
Complementary color
Monochromatic Colors of #CFAA86
Black with #CFAA86
Text Example
Text Example
White with #CFAA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA86; }
p { color: rgb(207,170,134); }
H1.HeaderClassName
{
color: #CFAA86;
}
.AnyTagClassName
{
color: #CFAA86;
}
</style>
background-color css
<style>
a { background-color: #CFAA86; }
a { background-color: rgb(207,170,134); }
div.DivClassName
{
background-color: #CFAA86;
}
.BgClassName
{
background-color: #CFAA86;
}
</style>
border-color css
<style>
span { border-color: #CFAA86; }
span { border-color: rgb(207,170,134); }
td.TdClassName
{
border-color: #CFAA86;
}
.TagClassName
{
border-color: #CFAA86;
}
</style>