Shades of Cameo #CFA277
Tints of Cameo #CFA277
RGB
CMYK
RGB Variations
Color information
#CFA277 (or 0xCFA277) is known color: Cameo. HEX triplet: CF, A2 and 77. RGB value is (207,162,119). Sum of RGB (Red+Green+Blue) = 207+162+119=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA277 is #305D88. Grayscale: #AAAAAA. Windows color (decimal): -3169673 or 7840463. OLE color: 7840463.
HSL color Cylindrical-coordinate representation of color #CFA277: hue angle of 29.32º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CFA277 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 119 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.19 |
| HSL | 29.32º | 0.48% | 0.64% | - |
| HSV(B) | 29.32º | 0.43% | 0.81% | - |
| XYZ | 41.98 | 40.44 | 23.05 | - |
| YUV | 170.55 | 98.91 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 119 | 0 | 0.22 | 0.43 | 0.19 | 29.32 | 0.48 | 0.64 |
| Hex | CF | A2 | 77 | 0 | 16 | 2B | 13 | 1D | 30 | 40 |
| Octal | 317 | 242 | 167 | 0 | 26 | 53 | 23 | 35 | 60 | 100 |
| Binary | 11001111 | 10100010 | 1110111 | 0 | 10110 | 101011 | 10011 | 11101 | 110000 | 1000000 |
Color Harmonies of #CFA277
Complementary color
Monochromatic Colors of #CFA277
Black with #CFA277
Text Example
Text Example
White with #CFA277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA277; }
p { color: rgb(207,162,119); }
H1.HeaderClassName
{
color: #CFA277;
}
.AnyTagClassName
{
color: #CFA277;
}
</style>
background-color css
<style>
a { background-color: #CFA277; }
a { background-color: rgb(207,162,119); }
div.DivClassName
{
background-color: #CFA277;
}
.BgClassName
{
background-color: #CFA277;
}
</style>
border-color css
<style>
span { border-color: #CFA277; }
span { border-color: rgb(207,162,119); }
td.TdClassName
{
border-color: #CFA277;
}
.TagClassName
{
border-color: #CFA277;
}
</style>