Shades of Cameo #CFA781
Tints of Cameo #CFA781
RGB
CMYK
RGB Variations
Color information
#CFA781 (or 0xCFA781) is known color: Cameo. HEX triplet: CF, A7 and 81. RGB value is (207,167,129). Sum of RGB (Red+Green+Blue) = 207+167+129=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA781 is #30587E. Grayscale: #AEAEAE. Windows color (decimal): -3168383 or 8497103. OLE color: 8497103.
HSL color Cylindrical-coordinate representation of color #CFA781: hue angle of 29.23º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFA781 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 167 | 129 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.19 |
| HSL | 29.23º | 0.45% | 0.66% | - |
| HSV(B) | 29.23º | 0.38% | 0.81% | - |
| XYZ | 43.51 | 42.49 | 26.68 | - |
| YUV | 174.63 | 102.25 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 167 | 129 | 0 | 0.19 | 0.38 | 0.19 | 29.23 | 0.45 | 0.66 |
| Hex | CF | A7 | 81 | 0 | 13 | 26 | 13 | 1D | 2D | 42 |
| Octal | 317 | 247 | 201 | 0 | 23 | 46 | 23 | 35 | 55 | 102 |
| Binary | 11001111 | 10100111 | 10000001 | 0 | 10011 | 100110 | 10011 | 11101 | 101101 | 1000010 |
Color Harmonies of #CFA781
Complementary color
Monochromatic Colors of #CFA781
Black with #CFA781
Text Example
Text Example
White with #CFA781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA781; }
p { color: rgb(207,167,129); }
H1.HeaderClassName
{
color: #CFA781;
}
.AnyTagClassName
{
color: #CFA781;
}
</style>
background-color css
<style>
a { background-color: #CFA781; }
a { background-color: rgb(207,167,129); }
div.DivClassName
{
background-color: #CFA781;
}
.BgClassName
{
background-color: #CFA781;
}
</style>
border-color css
<style>
span { border-color: #CFA781; }
span { border-color: rgb(207,167,129); }
td.TdClassName
{
border-color: #CFA781;
}
.TagClassName
{
border-color: #CFA781;
}
</style>