Shades of Apache #CFA552
Tints of Apache #CFA552
RGB
CMYK
RGB Variations
Color information
#CFA552 (or 0xCFA552) is known color: Apache. HEX triplet: CF, A5 and 52. RGB value is (207,165,82). Sum of RGB (Red+Green+Blue) = 207+165+82=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 82 (32.42% from 255 or 18.06% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA552 is #305AAD. Grayscale: #A8A8A8. Windows color (decimal): -3168942 or 5416399. OLE color: 5416399.
HSL color Cylindrical-coordinate representation of color #CFA552: hue angle of 39.84º 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 #CFA552 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 82 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.19 |
| HSL | 39.84º | 0.57% | 0.57% | - |
| HSV(B) | 39.84º | 0.6% | 0.81% | - |
| XYZ | 40.71 | 40.78 | 13.71 | - |
| YUV | 168.1 | 79.41 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 82 | 0 | 0.20 | 0.60 | 0.19 | 39.84 | 0.57 | 0.57 |
| Hex | CF | A5 | 52 | 0 | 14 | 3C | 13 | 28 | 39 | 39 |
| Octal | 317 | 245 | 122 | 0 | 24 | 74 | 23 | 50 | 71 | 71 |
| Binary | 11001111 | 10100101 | 1010010 | 0 | 10100 | 111100 | 10011 | 101000 | 111001 | 111001 |
Color Harmonies of #CFA552
Complementary color
Monochromatic Colors of #CFA552
Black with #CFA552
Text Example
Text Example
White with #CFA552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA552; }
p { color: rgb(207,165,82); }
H1.HeaderClassName
{
color: #CFA552;
}
.AnyTagClassName
{
color: #CFA552;
}
</style>
background-color css
<style>
a { background-color: #CFA552; }
a { background-color: rgb(207,165,82); }
div.DivClassName
{
background-color: #CFA552;
}
.BgClassName
{
background-color: #CFA552;
}
</style>
border-color css
<style>
span { border-color: #CFA552; }
span { border-color: rgb(207,165,82); }
td.TdClassName
{
border-color: #CFA552;
}
.TagClassName
{
border-color: #CFA552;
}
</style>