Shades of Cameo #CFA48D
Tints of Cameo #CFA48D
RGB
CMYK
RGB Variations
Color information
#CFA48D (or 0xCFA48D) is known color: Cameo. HEX triplet: CF, A4 and 8D. RGB value is (207,164,141). Sum of RGB (Red+Green+Blue) = 207+164+141=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 164 (64.45% from 255 or 32.03% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA48D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA48D is #305B72. Grayscale: #AEAEAE. Windows color (decimal): -3169139 or 9282767. OLE color: 9282767.
HSL color Cylindrical-coordinate representation of color #CFA48D: hue angle of 20.91º 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 #CFA48D is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 141 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.19 |
| HSL | 20.91º | 0.41% | 0.68% | - |
| HSV(B) | 20.91º | 0.32% | 0.81% | - |
| XYZ | 43.82 | 41.74 | 30.95 | - |
| YUV | 174.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 141 | 0 | 0.21 | 0.32 | 0.19 | 20.91 | 0.41 | 0.68 |
| Hex | CF | A4 | 8D | 0 | 15 | 20 | 13 | 15 | 29 | 44 |
| Octal | 317 | 244 | 215 | 0 | 25 | 40 | 23 | 25 | 51 | 104 |
| Binary | 11001111 | 10100100 | 10001101 | 0 | 10101 | 100000 | 10011 | 10101 | 101001 | 1000100 |
Color Harmonies of #CFA48D
Complementary color
Monochromatic Colors of #CFA48D
Black with #CFA48D
Text Example
Text Example
White with #CFA48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA48D; }
p { color: rgb(207,164,141); }
H1.HeaderClassName
{
color: #CFA48D;
}
.AnyTagClassName
{
color: #CFA48D;
}
</style>
background-color css
<style>
a { background-color: #CFA48D; }
a { background-color: rgb(207,164,141); }
div.DivClassName
{
background-color: #CFA48D;
}
.BgClassName
{
background-color: #CFA48D;
}
</style>
border-color css
<style>
span { border-color: #CFA48D; }
span { border-color: rgb(207,164,141); }
td.TdClassName
{
border-color: #CFA48D;
}
.TagClassName
{
border-color: #CFA48D;
}
</style>