Shades of Cameo #CFA58A
Tints of Cameo #CFA58A
RGB
CMYK
RGB Variations
Color information
#CFA58A (or 0xCFA58A) is known color: Cameo. HEX triplet: CF, A5 and 8A. RGB value is (207,165,138). Sum of RGB (Red+Green+Blue) = 207+165+138=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA58A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA58A is #305A75. Grayscale: #AEAEAE. Windows color (decimal): -3168886 or 9086415. OLE color: 9086415.
HSL color Cylindrical-coordinate representation of color #CFA58A: hue angle of 23.48º degrees, saturation: 0.42, 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 #CFA58A is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 138 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.19 |
| HSL | 23.48º | 0.42% | 0.68% | - |
| HSV(B) | 23.48º | 0.33% | 0.81% | - |
| XYZ | 43.77 | 42.01 | 29.85 | - |
| YUV | 174.48 | 107.41 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 138 | 0 | 0.20 | 0.33 | 0.19 | 23.48 | 0.42 | 0.68 |
| Hex | CF | A5 | 8A | 0 | 14 | 21 | 13 | 17 | 2A | 44 |
| Octal | 317 | 245 | 212 | 0 | 24 | 41 | 23 | 27 | 52 | 104 |
| Binary | 11001111 | 10100101 | 10001010 | 0 | 10100 | 100001 | 10011 | 10111 | 101010 | 1000100 |
Color Harmonies of #CFA58A
Complementary color
Monochromatic Colors of #CFA58A
Black with #CFA58A
Text Example
Text Example
White with #CFA58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA58A; }
p { color: rgb(207,165,138); }
H1.HeaderClassName
{
color: #CFA58A;
}
.AnyTagClassName
{
color: #CFA58A;
}
</style>
background-color css
<style>
a { background-color: #CFA58A; }
a { background-color: rgb(207,165,138); }
div.DivClassName
{
background-color: #CFA58A;
}
.BgClassName
{
background-color: #CFA58A;
}
</style>
border-color css
<style>
span { border-color: #CFA58A; }
span { border-color: rgb(207,165,138); }
td.TdClassName
{
border-color: #CFA58A;
}
.TagClassName
{
border-color: #CFA58A;
}
</style>