Shades of Cameo #CFA189
Tints of Cameo #CFA189
RGB
CMYK
RGB Variations
Color information
#CFA189 (or 0xCFA189) is known color: Cameo. HEX triplet: CF, A1 and 89. RGB value is (207,161,137). Sum of RGB (Red+Green+Blue) = 207+161+137=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA189 is #305E76. Grayscale: #ACACAC. Windows color (decimal): -3169911 or 9019855. OLE color: 9019855.
HSL color Cylindrical-coordinate representation of color #CFA189: hue angle of 20.57º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFA189 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 137 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.19 |
| HSL | 20.57º | 0.42% | 0.67% | - |
| HSV(B) | 20.57º | 0.34% | 0.81% | - |
| XYZ | 42.99 | 40.56 | 29.23 | - |
| YUV | 172.02 | 108.24 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 137 | 0 | 0.22 | 0.34 | 0.19 | 20.57 | 0.42 | 0.67 |
| Hex | CF | A1 | 89 | 0 | 16 | 22 | 13 | 15 | 2A | 43 |
| Octal | 317 | 241 | 211 | 0 | 26 | 42 | 23 | 25 | 52 | 103 |
| Binary | 11001111 | 10100001 | 10001001 | 0 | 10110 | 100010 | 10011 | 10101 | 101010 | 1000011 |
Color Harmonies of #CFA189
Complementary color
Monochromatic Colors of #CFA189
Black with #CFA189
Text Example
Text Example
White with #CFA189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA189; }
p { color: rgb(207,161,137); }
H1.HeaderClassName
{
color: #CFA189;
}
.AnyTagClassName
{
color: #CFA189;
}
</style>
background-color css
<style>
a { background-color: #CFA189; }
a { background-color: rgb(207,161,137); }
div.DivClassName
{
background-color: #CFA189;
}
.BgClassName
{
background-color: #CFA189;
}
</style>
border-color css
<style>
span { border-color: #CFA189; }
span { border-color: rgb(207,161,137); }
td.TdClassName
{
border-color: #CFA189;
}
.TagClassName
{
border-color: #CFA189;
}
</style>