Shades of Cameo #CFA58B
Tints of Cameo #CFA58B
RGB
CMYK
RGB Variations
Color information
#CFA58B (or 0xCFA58B) is known color: Cameo. HEX triplet: CF, A5 and 8B. RGB value is (207,165,139). Sum of RGB (Red+Green+Blue) = 207+165+139=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA58B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA58B is #305A74. Grayscale: #AEAEAE. Windows color (decimal): -3168885 or 9151951. OLE color: 9151951.
HSL color Cylindrical-coordinate representation of color #CFA58B: hue angle of 22.94º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFA58B is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 139 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.19 |
| HSL | 22.94º | 0.41% | 0.68% | - |
| HSV(B) | 22.94º | 0.33% | 0.81% | - |
| XYZ | 43.85 | 42.04 | 30.23 | - |
| YUV | 174.59 | 107.91 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 139 | 0 | 0.20 | 0.33 | 0.19 | 22.94 | 0.41 | 0.68 |
| Hex | CF | A5 | 8B | 0 | 14 | 21 | 13 | 17 | 29 | 44 |
| Octal | 317 | 245 | 213 | 0 | 24 | 41 | 23 | 27 | 51 | 104 |
| Binary | 11001111 | 10100101 | 10001011 | 0 | 10100 | 100001 | 10011 | 10111 | 101001 | 1000100 |
Color Harmonies of #CFA58B
Complementary color
Monochromatic Colors of #CFA58B
Black with #CFA58B
Text Example
Text Example
White with #CFA58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA58B; }
p { color: rgb(207,165,139); }
H1.HeaderClassName
{
color: #CFA58B;
}
.AnyTagClassName
{
color: #CFA58B;
}
</style>
background-color css
<style>
a { background-color: #CFA58B; }
a { background-color: rgb(207,165,139); }
div.DivClassName
{
background-color: #CFA58B;
}
.BgClassName
{
background-color: #CFA58B;
}
</style>
border-color css
<style>
span { border-color: #CFA58B; }
span { border-color: rgb(207,165,139); }
td.TdClassName
{
border-color: #CFA58B;
}
.TagClassName
{
border-color: #CFA58B;
}
</style>