Shades of Cameo #CFAA8A
Tints of Cameo #CFAA8A
RGB
CMYK
RGB Variations
Color information
#CFAA8A (or 0xCFAA8A) is known color: Cameo. HEX triplet: CF, AA and 8A. RGB value is (207,170,138). Sum of RGB (Red+Green+Blue) = 207+170+138=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAA8A is #305575. Grayscale: #B1B1B1. Windows color (decimal): -3167606 or 9087695. OLE color: 9087695.
HSL color Cylindrical-coordinate representation of color #CFAA8A: hue angle of 27.83º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFAA8A is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 138 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.19 |
| HSL | 27.83º | 0.42% | 0.68% | - |
| HSV(B) | 27.83º | 0.33% | 0.81% | - |
| XYZ | 44.69 | 43.85 | 30.15 | - |
| YUV | 177.42 | 105.76 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 138 | 0 | 0.18 | 0.33 | 0.19 | 27.83 | 0.42 | 0.68 |
| Hex | CF | AA | 8A | 0 | 12 | 21 | 13 | 1C | 2A | 44 |
| Octal | 317 | 252 | 212 | 0 | 22 | 41 | 23 | 34 | 52 | 104 |
| Binary | 11001111 | 10101010 | 10001010 | 0 | 10010 | 100001 | 10011 | 11100 | 101010 | 1000100 |
Color Harmonies of #CFAA8A
Complementary color
Monochromatic Colors of #CFAA8A
Black with #CFAA8A
Text Example
Text Example
White with #CFAA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA8A; }
p { color: rgb(207,170,138); }
H1.HeaderClassName
{
color: #CFAA8A;
}
.AnyTagClassName
{
color: #CFAA8A;
}
</style>
background-color css
<style>
a { background-color: #CFAA8A; }
a { background-color: rgb(207,170,138); }
div.DivClassName
{
background-color: #CFAA8A;
}
.BgClassName
{
background-color: #CFAA8A;
}
</style>
border-color css
<style>
span { border-color: #CFAA8A; }
span { border-color: rgb(207,170,138); }
td.TdClassName
{
border-color: #CFAA8A;
}
.TagClassName
{
border-color: #CFAA8A;
}
</style>