Shades of Cameo #CFA58D
Tints of Cameo #CFA58D
RGB
CMYK
RGB Variations
Color information
#CFA58D (or 0xCFA58D) is known color: Cameo. HEX triplet: CF, A5 and 8D. RGB value is (207,165,141). Sum of RGB (Red+Green+Blue) = 207+165+141=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA58D is #305A72. Grayscale: #AEAEAE. Windows color (decimal): -3168883 or 9283023. OLE color: 9283023.
HSL color Cylindrical-coordinate representation of color #CFA58D: hue angle of 21.82º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFA58D is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 141 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.19 |
| HSL | 21.82º | 0.41% | 0.68% | - |
| HSV(B) | 21.82º | 0.32% | 0.81% | - |
| XYZ | 43.99 | 42.1 | 31.01 | - |
| YUV | 174.82 | 108.91 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 141 | 0 | 0.20 | 0.32 | 0.19 | 21.82 | 0.41 | 0.68 |
| Hex | CF | A5 | 8D | 0 | 14 | 20 | 13 | 16 | 29 | 44 |
| Octal | 317 | 245 | 215 | 0 | 24 | 40 | 23 | 26 | 51 | 104 |
| Binary | 11001111 | 10100101 | 10001101 | 0 | 10100 | 100000 | 10011 | 10110 | 101001 | 1000100 |
Color Harmonies of #CFA58D
Complementary color
Monochromatic Colors of #CFA58D
Black with #CFA58D
Text Example
Text Example
White with #CFA58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA58D; }
p { color: rgb(207,165,141); }
H1.HeaderClassName
{
color: #CFA58D;
}
.AnyTagClassName
{
color: #CFA58D;
}
</style>
background-color css
<style>
a { background-color: #CFA58D; }
a { background-color: rgb(207,165,141); }
div.DivClassName
{
background-color: #CFA58D;
}
.BgClassName
{
background-color: #CFA58D;
}
</style>
border-color css
<style>
span { border-color: #CFA58D; }
span { border-color: rgb(207,165,141); }
td.TdClassName
{
border-color: #CFA58D;
}
.TagClassName
{
border-color: #CFA58D;
}
</style>