Shades of Cameo #CFA77B
Tints of Cameo #CFA77B
RGB
CMYK
RGB Variations
Color information
#CFA77B (or 0xCFA77B) is known color: Cameo. HEX triplet: CF, A7 and 7B. RGB value is (207,167,123). Sum of RGB (Red+Green+Blue) = 207+167+123=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 123 (48.44% from 255 or 24.75% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA77B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA77B is #305884. Grayscale: #AEAEAE. Windows color (decimal): -3168389 or 8103887. OLE color: 8103887.
HSL color Cylindrical-coordinate representation of color #CFA77B: hue angle of 31.43º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFA77B is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 123 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.19 |
| HSL | 31.43º | 0.47% | 0.65% | - |
| HSV(B) | 31.43º | 0.41% | 0.81% | - |
| XYZ | 43.13 | 42.33 | 24.64 | - |
| YUV | 173.94 | 99.25 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 123 | 0 | 0.19 | 0.41 | 0.19 | 31.43 | 0.47 | 0.65 |
| Hex | CF | A7 | 7B | 0 | 13 | 29 | 13 | 1F | 2F | 41 |
| Octal | 317 | 247 | 173 | 0 | 23 | 51 | 23 | 37 | 57 | 101 |
| Binary | 11001111 | 10100111 | 1111011 | 0 | 10011 | 101001 | 10011 | 11111 | 101111 | 1000001 |
Color Harmonies of #CFA77B
Complementary color
Monochromatic Colors of #CFA77B
Black with #CFA77B
Text Example
Text Example
White with #CFA77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA77B; }
p { color: rgb(207,167,123); }
H1.HeaderClassName
{
color: #CFA77B;
}
.AnyTagClassName
{
color: #CFA77B;
}
</style>
background-color css
<style>
a { background-color: #CFA77B; }
a { background-color: rgb(207,167,123); }
div.DivClassName
{
background-color: #CFA77B;
}
.BgClassName
{
background-color: #CFA77B;
}
</style>
border-color css
<style>
span { border-color: #CFA77B; }
span { border-color: rgb(207,167,123); }
td.TdClassName
{
border-color: #CFA77B;
}
.TagClassName
{
border-color: #CFA77B;
}
</style>