Shades of Cameo #CFAA7D
Tints of Cameo #CFAA7D
RGB
CMYK
RGB Variations
Color information
#CFAA7D (or 0xCFAA7D) is known color: Cameo. HEX triplet: CF, AA and 7D. RGB value is (207,170,125). Sum of RGB (Red+Green+Blue) = 207+170+125=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA7D is #305582. Grayscale: #B0B0B0. Windows color (decimal): -3167619 or 8235727. OLE color: 8235727.
HSL color Cylindrical-coordinate representation of color #CFAA7D: hue angle of 32.93º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFAA7D is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 125 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.19 |
| HSL | 32.93º | 0.46% | 0.65% | - |
| HSV(B) | 32.93º | 0.4% | 0.81% | - |
| XYZ | 43.81 | 43.5 | 25.49 | - |
| YUV | 175.93 | 99.26 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 125 | 0 | 0.18 | 0.40 | 0.19 | 32.93 | 0.46 | 0.65 |
| Hex | CF | AA | 7D | 0 | 12 | 28 | 13 | 21 | 2E | 41 |
| Octal | 317 | 252 | 175 | 0 | 22 | 50 | 23 | 41 | 56 | 101 |
| Binary | 11001111 | 10101010 | 1111101 | 0 | 10010 | 101000 | 10011 | 100001 | 101110 | 1000001 |
Color Harmonies of #CFAA7D
Complementary color
Monochromatic Colors of #CFAA7D
Black with #CFAA7D
Text Example
Text Example
White with #CFAA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA7D; }
p { color: rgb(207,170,125); }
H1.HeaderClassName
{
color: #CFAA7D;
}
.AnyTagClassName
{
color: #CFAA7D;
}
</style>
background-color css
<style>
a { background-color: #CFAA7D; }
a { background-color: rgb(207,170,125); }
div.DivClassName
{
background-color: #CFAA7D;
}
.BgClassName
{
background-color: #CFAA7D;
}
</style>
border-color css
<style>
span { border-color: #CFAA7D; }
span { border-color: rgb(207,170,125); }
td.TdClassName
{
border-color: #CFAA7D;
}
.TagClassName
{
border-color: #CFAA7D;
}
</style>