Shades of Apache #CFA253
Tints of Apache #CFA253
RGB
CMYK
RGB Variations
Color information
#CFA253 (or 0xCFA253) is known color: Apache. HEX triplet: CF, A2 and 53. RGB value is (207,162,83). Sum of RGB (Red+Green+Blue) = 207+162+83=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 83 (32.81% from 255 or 18.36% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA253 is #305DAC. Grayscale: #A6A6A6. Windows color (decimal): -3169709 or 5481167. OLE color: 5481167.
HSL color Cylindrical-coordinate representation of color #CFA253: hue angle of 38.23º degrees, saturation: 0.56, 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 #CFA253 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 83 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.19 |
| HSL | 38.23º | 0.56% | 0.57% | - |
| HSV(B) | 38.23º | 0.6% | 0.81% | - |
| XYZ | 40.21 | 39.73 | 13.73 | - |
| YUV | 166.45 | 80.91 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 83 | 0 | 0.22 | 0.60 | 0.19 | 38.23 | 0.56 | 0.57 |
| Hex | CF | A2 | 53 | 0 | 16 | 3C | 13 | 26 | 38 | 39 |
| Octal | 317 | 242 | 123 | 0 | 26 | 74 | 23 | 46 | 70 | 71 |
| Binary | 11001111 | 10100010 | 1010011 | 0 | 10110 | 111100 | 10011 | 100110 | 111000 | 111001 |
Color Harmonies of #CFA253
Complementary color
Monochromatic Colors of #CFA253
Black with #CFA253
Text Example
Text Example
White with #CFA253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA253; }
p { color: rgb(207,162,83); }
H1.HeaderClassName
{
color: #CFA253;
}
.AnyTagClassName
{
color: #CFA253;
}
</style>
background-color css
<style>
a { background-color: #CFA253; }
a { background-color: rgb(207,162,83); }
div.DivClassName
{
background-color: #CFA253;
}
.BgClassName
{
background-color: #CFA253;
}
</style>
border-color css
<style>
span { border-color: #CFA253; }
span { border-color: rgb(207,162,83); }
td.TdClassName
{
border-color: #CFA253;
}
.TagClassName
{
border-color: #CFA253;
}
</style>