Shades of Cameo #CFA376
Tints of Cameo #CFA376
RGB
CMYK
RGB Variations
Color information
#CFA376 (or 0xCFA376) is known color: Cameo. HEX triplet: CF, A3 and 76. RGB value is (207,163,118). Sum of RGB (Red+Green+Blue) = 207+163+118=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA376 is #305C89. Grayscale: #ABABAB. Windows color (decimal): -3169418 or 7775183. OLE color: 7775183.
HSL color Cylindrical-coordinate representation of color #CFA376: hue angle of 30.34º 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 #CFA376 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 118 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.19 |
| HSL | 30.34º | 0.48% | 0.64% | - |
| HSV(B) | 30.34º | 0.43% | 0.81% | - |
| XYZ | 42.1 | 40.77 | 22.79 | - |
| YUV | 171.03 | 98.08 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 118 | 0 | 0.21 | 0.43 | 0.19 | 30.34 | 0.48 | 0.64 |
| Hex | CF | A3 | 76 | 0 | 15 | 2B | 13 | 1E | 30 | 40 |
| Octal | 317 | 243 | 166 | 0 | 25 | 53 | 23 | 36 | 60 | 100 |
| Binary | 11001111 | 10100011 | 1110110 | 0 | 10101 | 101011 | 10011 | 11110 | 110000 | 1000000 |
Color Harmonies of #CFA376
Complementary color
Monochromatic Colors of #CFA376
Black with #CFA376
Text Example
Text Example
White with #CFA376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA376; }
p { color: rgb(207,163,118); }
H1.HeaderClassName
{
color: #CFA376;
}
.AnyTagClassName
{
color: #CFA376;
}
</style>
background-color css
<style>
a { background-color: #CFA376; }
a { background-color: rgb(207,163,118); }
div.DivClassName
{
background-color: #CFA376;
}
.BgClassName
{
background-color: #CFA376;
}
</style>
border-color css
<style>
span { border-color: #CFA376; }
span { border-color: rgb(207,163,118); }
td.TdClassName
{
border-color: #CFA376;
}
.TagClassName
{
border-color: #CFA376;
}
</style>