Shades of Apache #CFA352
Tints of Apache #CFA352
RGB
CMYK
RGB Variations
Color information
#CFA352 (or 0xCFA352) is known color: Apache. HEX triplet: CF, A3 and 52. RGB value is (207,163,82). Sum of RGB (Red+Green+Blue) = 207+163+82=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA352 is #305CAD. Grayscale: #A7A7A7. Windows color (decimal): -3169454 or 5415887. OLE color: 5415887.
HSL color Cylindrical-coordinate representation of color #CFA352: hue angle of 38.88º 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 #CFA352 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 163 | 82 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.19 |
| HSL | 38.88º | 0.57% | 0.57% | - |
| HSV(B) | 38.88º | 0.6% | 0.81% | - |
| XYZ | 40.35 | 40.07 | 13.59 | - |
| YUV | 166.92 | 80.08 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 163 | 82 | 0 | 0.21 | 0.60 | 0.19 | 38.88 | 0.57 | 0.57 |
| Hex | CF | A3 | 52 | 0 | 15 | 3C | 13 | 27 | 39 | 39 |
| Octal | 317 | 243 | 122 | 0 | 25 | 74 | 23 | 47 | 71 | 71 |
| Binary | 11001111 | 10100011 | 1010010 | 0 | 10101 | 111100 | 10011 | 100111 | 111001 | 111001 |
Color Harmonies of #CFA352
Complementary color
Monochromatic Colors of #CFA352
Black with #CFA352
Text Example
Text Example
White with #CFA352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA352; }
p { color: rgb(207,163,82); }
H1.HeaderClassName
{
color: #CFA352;
}
.AnyTagClassName
{
color: #CFA352;
}
</style>
background-color css
<style>
a { background-color: #CFA352; }
a { background-color: rgb(207,163,82); }
div.DivClassName
{
background-color: #CFA352;
}
.BgClassName
{
background-color: #CFA352;
}
</style>
border-color css
<style>
span { border-color: #CFA352; }
span { border-color: rgb(207,163,82); }
td.TdClassName
{
border-color: #CFA352;
}
.TagClassName
{
border-color: #CFA352;
}
</style>