Shades of Apache #CFAA51
Tints of Apache #CFAA51
RGB
CMYK
RGB Variations
Color information
#CFAA51 (or 0xCFAA51) is known color: Apache. HEX triplet: CF, AA and 51. RGB value is (207,170,81). Sum of RGB (Red+Green+Blue) = 207+170+81=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 81 (32.03% from 255 or 17.69% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA51 is #3055AE. Grayscale: #ABABAB. Windows color (decimal): -3167663 or 5352143. OLE color: 5352143.
HSL color Cylindrical-coordinate representation of color #CFAA51: hue angle of 42.38º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFAA51 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 81 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.19 |
| HSL | 42.38º | 0.57% | 0.56% | - |
| HSV(B) | 42.38º | 0.61% | 0.81% | - |
| XYZ | 41.59 | 42.61 | 13.82 | - |
| YUV | 170.92 | 77.26 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 81 | 0 | 0.18 | 0.61 | 0.19 | 42.38 | 0.57 | 0.56 |
| Hex | CF | AA | 51 | 0 | 12 | 3D | 13 | 2A | 39 | 38 |
| Octal | 317 | 252 | 121 | 0 | 22 | 75 | 23 | 52 | 71 | 70 |
| Binary | 11001111 | 10101010 | 1010001 | 0 | 10010 | 111101 | 10011 | 101010 | 111001 | 111000 |
Color Harmonies of #CFAA51
Complementary color
Monochromatic Colors of #CFAA51
Black with #CFAA51
Text Example
Text Example
White with #CFAA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA51; }
p { color: rgb(207,170,81); }
H1.HeaderClassName
{
color: #CFAA51;
}
.AnyTagClassName
{
color: #CFAA51;
}
</style>
background-color css
<style>
a { background-color: #CFAA51; }
a { background-color: rgb(207,170,81); }
div.DivClassName
{
background-color: #CFAA51;
}
.BgClassName
{
background-color: #CFAA51;
}
</style>
border-color css
<style>
span { border-color: #CFAA51; }
span { border-color: rgb(207,170,81); }
td.TdClassName
{
border-color: #CFAA51;
}
.TagClassName
{
border-color: #CFAA51;
}
</style>