Shades of Apache #CFA452
Tints of Apache #CFA452
RGB
CMYK
RGB Variations
Color information
#CFA452 (or 0xCFA452) is known color: Apache. HEX triplet: CF, A4 and 52. RGB value is (207,164,82). Sum of RGB (Red+Green+Blue) = 207+164+82=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA452 is #305BAD. Grayscale: #A7A7A7. Windows color (decimal): -3169198 or 5416143. OLE color: 5416143.
HSL color Cylindrical-coordinate representation of color #CFA452: hue angle of 39.36º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFA452 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 82 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.19 |
| HSL | 39.36º | 0.57% | 0.57% | - |
| HSV(B) | 39.36º | 0.6% | 0.81% | - |
| XYZ | 40.53 | 40.43 | 13.65 | - |
| YUV | 167.51 | 79.75 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 82 | 0 | 0.21 | 0.60 | 0.19 | 39.36 | 0.57 | 0.57 |
| Hex | CF | A4 | 52 | 0 | 15 | 3C | 13 | 27 | 39 | 39 |
| Octal | 317 | 244 | 122 | 0 | 25 | 74 | 23 | 47 | 71 | 71 |
| Binary | 11001111 | 10100100 | 1010010 | 0 | 10101 | 111100 | 10011 | 100111 | 111001 | 111001 |
Color Harmonies of #CFA452
Complementary color
Monochromatic Colors of #CFA452
Black with #CFA452
Text Example
Text Example
White with #CFA452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA452; }
p { color: rgb(207,164,82); }
H1.HeaderClassName
{
color: #CFA452;
}
.AnyTagClassName
{
color: #CFA452;
}
</style>
background-color css
<style>
a { background-color: #CFA452; }
a { background-color: rgb(207,164,82); }
div.DivClassName
{
background-color: #CFA452;
}
.BgClassName
{
background-color: #CFA452;
}
</style>
border-color css
<style>
span { border-color: #CFA452; }
span { border-color: rgb(207,164,82); }
td.TdClassName
{
border-color: #CFA452;
}
.TagClassName
{
border-color: #CFA452;
}
</style>