Shades of Cameo #CFA18A
Tints of Cameo #CFA18A
RGB
CMYK
RGB Variations
Color information
#CFA18A (or 0xCFA18A) is known color: Cameo. HEX triplet: CF, A1 and 8A. RGB value is (207,161,138). Sum of RGB (Red+Green+Blue) = 207+161+138=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA18A is #305E75. Grayscale: #ACACAC. Windows color (decimal): -3169910 or 9085391. OLE color: 9085391.
HSL color Cylindrical-coordinate representation of color #CFA18A: hue angle of 20º 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 #CFA18A is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 138 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.19 |
| HSL | 20º | 0.42% | 0.68% | - |
| HSV(B) | 20º | 0.33% | 0.81% | - |
| XYZ | 43.06 | 40.59 | 29.61 | - |
| YUV | 172.13 | 108.74 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 138 | 0 | 0.22 | 0.33 | 0.19 | 20 | 0.42 | 0.68 |
| Hex | CF | A1 | 8A | 0 | 16 | 21 | 13 | 14 | 2A | 44 |
| Octal | 317 | 241 | 212 | 0 | 26 | 41 | 23 | 24 | 52 | 104 |
| Binary | 11001111 | 10100001 | 10001010 | 0 | 10110 | 100001 | 10011 | 10100 | 101010 | 1000100 |
Color Harmonies of #CFA18A
Complementary color
Monochromatic Colors of #CFA18A
Black with #CFA18A
Text Example
Text Example
White with #CFA18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA18A; }
p { color: rgb(207,161,138); }
H1.HeaderClassName
{
color: #CFA18A;
}
.AnyTagClassName
{
color: #CFA18A;
}
</style>
background-color css
<style>
a { background-color: #CFA18A; }
a { background-color: rgb(207,161,138); }
div.DivClassName
{
background-color: #CFA18A;
}
.BgClassName
{
background-color: #CFA18A;
}
</style>
border-color css
<style>
span { border-color: #CFA18A; }
span { border-color: rgb(207,161,138); }
td.TdClassName
{
border-color: #CFA18A;
}
.TagClassName
{
border-color: #CFA18A;
}
</style>