Shades of Cameo #CFA284
Tints of Cameo #CFA284
RGB
CMYK
RGB Variations
Color information
#CFA284 (or 0xCFA284) is known color: Cameo. HEX triplet: CF, A2 and 84. RGB value is (207,162,132). Sum of RGB (Red+Green+Blue) = 207+162+132=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA284 is #305D7B. Grayscale: #ACACAC. Windows color (decimal): -3169660 or 8692431. OLE color: 8692431.
HSL color Cylindrical-coordinate representation of color #CFA284: hue angle of 24º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFA284 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 132 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.19 |
| HSL | 24º | 0.44% | 0.66% | - |
| HSV(B) | 24º | 0.36% | 0.81% | - |
| XYZ | 42.82 | 40.77 | 27.44 | - |
| YUV | 172.04 | 105.41 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 132 | 0 | 0.22 | 0.36 | 0.19 | 24 | 0.44 | 0.66 |
| Hex | CF | A2 | 84 | 0 | 16 | 24 | 13 | 18 | 2C | 42 |
| Octal | 317 | 242 | 204 | 0 | 26 | 44 | 23 | 30 | 54 | 102 |
| Binary | 11001111 | 10100010 | 10000100 | 0 | 10110 | 100100 | 10011 | 11000 | 101100 | 1000010 |
Color Harmonies of #CFA284
Complementary color
Monochromatic Colors of #CFA284
Black with #CFA284
Text Example
Text Example
White with #CFA284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA284; }
p { color: rgb(207,162,132); }
H1.HeaderClassName
{
color: #CFA284;
}
.AnyTagClassName
{
color: #CFA284;
}
</style>
background-color css
<style>
a { background-color: #CFA284; }
a { background-color: rgb(207,162,132); }
div.DivClassName
{
background-color: #CFA284;
}
.BgClassName
{
background-color: #CFA284;
}
</style>
border-color css
<style>
span { border-color: #CFA284; }
span { border-color: rgb(207,162,132); }
td.TdClassName
{
border-color: #CFA284;
}
.TagClassName
{
border-color: #CFA284;
}
</style>