Shades of Cameo #CFAA8C
Tints of Cameo #CFAA8C
RGB
CMYK
RGB Variations
Color information
#CFAA8C (or 0xCFAA8C) is known color: Cameo. HEX triplet: CF, AA and 8C. RGB value is (207,170,140). Sum of RGB (Red+Green+Blue) = 207+170+140=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAA8C is #305573. Grayscale: #B1B1B1. Windows color (decimal): -3167604 or 9218767. OLE color: 9218767.
HSL color Cylindrical-coordinate representation of color #CFAA8C: hue angle of 26.87º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFAA8C is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 140 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.19 |
| HSL | 26.87º | 0.41% | 0.68% | - |
| HSV(B) | 26.87º | 0.32% | 0.81% | - |
| XYZ | 44.84 | 43.91 | 30.92 | - |
| YUV | 177.64 | 106.76 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 140 | 0 | 0.18 | 0.32 | 0.19 | 26.87 | 0.41 | 0.68 |
| Hex | CF | AA | 8C | 0 | 12 | 20 | 13 | 1B | 29 | 44 |
| Octal | 317 | 252 | 214 | 0 | 22 | 40 | 23 | 33 | 51 | 104 |
| Binary | 11001111 | 10101010 | 10001100 | 0 | 10010 | 100000 | 10011 | 11011 | 101001 | 1000100 |
Color Harmonies of #CFAA8C
Complementary color
Monochromatic Colors of #CFAA8C
Black with #CFAA8C
Text Example
Text Example
White with #CFAA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA8C; }
p { color: rgb(207,170,140); }
H1.HeaderClassName
{
color: #CFAA8C;
}
.AnyTagClassName
{
color: #CFAA8C;
}
</style>
background-color css
<style>
a { background-color: #CFAA8C; }
a { background-color: rgb(207,170,140); }
div.DivClassName
{
background-color: #CFAA8C;
}
.BgClassName
{
background-color: #CFAA8C;
}
</style>
border-color css
<style>
span { border-color: #CFAA8C; }
span { border-color: rgb(207,170,140); }
td.TdClassName
{
border-color: #CFAA8C;
}
.TagClassName
{
border-color: #CFAA8C;
}
</style>