Shades of Cameo #CFA377
Tints of Cameo #CFA377
RGB
CMYK
RGB Variations
Color information
#CFA377 (or 0xCFA377) is known color: Cameo. HEX triplet: CF, A3 and 77. RGB value is (207,163,119). Sum of RGB (Red+Green+Blue) = 207+163+119=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 119 (46.88% from 255 or 24.34% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA377 is #305C88. Grayscale: #ABABAB. Windows color (decimal): -3169417 or 7840719. OLE color: 7840719.
HSL color Cylindrical-coordinate representation of color #CFA377: hue angle of 30º 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 #CFA377 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 119 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.19 |
| HSL | 30º | 0.48% | 0.64% | - |
| HSV(B) | 30º | 0.43% | 0.81% | - |
| XYZ | 42.16 | 40.79 | 23.1 | - |
| YUV | 171.14 | 98.58 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 119 | 0 | 0.21 | 0.43 | 0.19 | 30 | 0.48 | 0.64 |
| Hex | CF | A3 | 77 | 0 | 15 | 2B | 13 | 1E | 30 | 40 |
| Octal | 317 | 243 | 167 | 0 | 25 | 53 | 23 | 36 | 60 | 100 |
| Binary | 11001111 | 10100011 | 1110111 | 0 | 10101 | 101011 | 10011 | 11110 | 110000 | 1000000 |
Color Harmonies of #CFA377
Complementary color
Monochromatic Colors of #CFA377
Black with #CFA377
Text Example
Text Example
White with #CFA377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA377; }
p { color: rgb(207,163,119); }
H1.HeaderClassName
{
color: #CFA377;
}
.AnyTagClassName
{
color: #CFA377;
}
</style>
background-color css
<style>
a { background-color: #CFA377; }
a { background-color: rgb(207,163,119); }
div.DivClassName
{
background-color: #CFA377;
}
.BgClassName
{
background-color: #CFA377;
}
</style>
border-color css
<style>
span { border-color: #CFA377; }
span { border-color: rgb(207,163,119); }
td.TdClassName
{
border-color: #CFA377;
}
.TagClassName
{
border-color: #CFA377;
}
</style>