Shades of Cameo #CFA385
Tints of Cameo #CFA385
RGB
CMYK
RGB Variations
Color information
#CFA385 (or 0xCFA385) is known color: Cameo. HEX triplet: CF, A3 and 85. RGB value is (207,163,133). Sum of RGB (Red+Green+Blue) = 207+163+133=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA385 is #305C7A. Grayscale: #ACACAC. Windows color (decimal): -3169403 or 8758223. OLE color: 8758223.
HSL color Cylindrical-coordinate representation of color #CFA385: hue angle of 24.32º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFA385 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 133 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.19 |
| HSL | 24.32º | 0.44% | 0.67% | - |
| HSV(B) | 24.32º | 0.36% | 0.81% | - |
| XYZ | 43.06 | 41.15 | 27.86 | - |
| YUV | 172.74 | 105.58 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 133 | 0 | 0.21 | 0.36 | 0.19 | 24.32 | 0.44 | 0.67 |
| Hex | CF | A3 | 85 | 0 | 15 | 24 | 13 | 18 | 2C | 43 |
| Octal | 317 | 243 | 205 | 0 | 25 | 44 | 23 | 30 | 54 | 103 |
| Binary | 11001111 | 10100011 | 10000101 | 0 | 10101 | 100100 | 10011 | 11000 | 101100 | 1000011 |
Color Harmonies of #CFA385
Complementary color
Monochromatic Colors of #CFA385
Black with #CFA385
Text Example
Text Example
White with #CFA385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA385; }
p { color: rgb(207,163,133); }
H1.HeaderClassName
{
color: #CFA385;
}
.AnyTagClassName
{
color: #CFA385;
}
</style>
background-color css
<style>
a { background-color: #CFA385; }
a { background-color: rgb(207,163,133); }
div.DivClassName
{
background-color: #CFA385;
}
.BgClassName
{
background-color: #CFA385;
}
</style>
border-color css
<style>
span { border-color: #CFA385; }
span { border-color: rgb(207,163,133); }
td.TdClassName
{
border-color: #CFA385;
}
.TagClassName
{
border-color: #CFA385;
}
</style>