Shades of Cameo #CFA387
Tints of Cameo #CFA387
RGB
CMYK
RGB Variations
Color information
#CFA387 (or 0xCFA387) is known color: Cameo. HEX triplet: CF, A3 and 87. RGB value is (207,163,135). Sum of RGB (Red+Green+Blue) = 207+163+135=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA387 is #305C78. Grayscale: #ADADAD. Windows color (decimal): -3169401 or 8889295. OLE color: 8889295.
HSL color Cylindrical-coordinate representation of color #CFA387: hue angle of 23.33º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFA387 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 135 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.19 |
| HSL | 23.33º | 0.43% | 0.67% | - |
| HSV(B) | 23.33º | 0.35% | 0.81% | - |
| XYZ | 43.2 | 41.21 | 28.6 | - |
| YUV | 172.96 | 106.58 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 135 | 0 | 0.21 | 0.35 | 0.19 | 23.33 | 0.43 | 0.67 |
| Hex | CF | A3 | 87 | 0 | 15 | 23 | 13 | 17 | 2B | 43 |
| Octal | 317 | 243 | 207 | 0 | 25 | 43 | 23 | 27 | 53 | 103 |
| Binary | 11001111 | 10100011 | 10000111 | 0 | 10101 | 100011 | 10011 | 10111 | 101011 | 1000011 |
Color Harmonies of #CFA387
Complementary color
Monochromatic Colors of #CFA387
Black with #CFA387
Text Example
Text Example
White with #CFA387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA387; }
p { color: rgb(207,163,135); }
H1.HeaderClassName
{
color: #CFA387;
}
.AnyTagClassName
{
color: #CFA387;
}
</style>
background-color css
<style>
a { background-color: #CFA387; }
a { background-color: rgb(207,163,135); }
div.DivClassName
{
background-color: #CFA387;
}
.BgClassName
{
background-color: #CFA387;
}
</style>
border-color css
<style>
span { border-color: #CFA387; }
span { border-color: rgb(207,163,135); }
td.TdClassName
{
border-color: #CFA387;
}
.TagClassName
{
border-color: #CFA387;
}
</style>