Shades of Apache #CFA25D
Tints of Apache #CFA25D
RGB
CMYK
RGB Variations
Color information
#CFA25D (or 0xCFA25D) is known color: Apache. HEX triplet: CF, A2 and 5D. RGB value is (207,162,93). Sum of RGB (Red+Green+Blue) = 207+162+93=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA25D is #305DA2. Grayscale: #A7A7A7. Windows color (decimal): -3169699 or 6136527. OLE color: 6136527.
HSL color Cylindrical-coordinate representation of color #CFA25D: hue angle of 36.32º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFA25D is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 162 | 93 | - |
CMYK | 0 | 0.22 | 0.55 | 0.19 |
HSL | 36.32º | 0.54% | 0.59% | - |
HSV(B) | 36.32º | 0.55% | 0.81% | - |
XYZ | 40.63 | 39.9 | 15.92 | - |
YUV | 167.59 | 85.91 | 156.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 162 | 93 | 0 | 0.22 | 0.55 | 0.19 | 36.32 | 0.54 | 0.59 |
Hex | CF | A2 | 5D | 0 | 16 | 37 | 13 | 24 | 36 | 3B |
Octal | 317 | 242 | 135 | 0 | 26 | 67 | 23 | 44 | 66 | 73 |
Binary | 11001111 | 10100010 | 1011101 | 0 | 10110 | 110111 | 10011 | 100100 | 110110 | 111011 |
Color Harmonies of #CFA25D
Complementary color
Monochromatic Colors of #CFA25D
Black with #CFA25D
Text Example
Text Example
White with #CFA25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA25D; }
p { color: rgb(207,162,93); }
H1.HeaderClassName
{
color: #CFA25D;
}
.AnyTagClassName
{
color: #CFA25D;
}
</style>
background-color css
<style>
a { background-color: #CFA25D; }
a { background-color: rgb(207,162,93); }
div.DivClassName
{
background-color: #CFA25D;
}
.BgClassName
{
background-color: #CFA25D;
}
</style>
border-color css
<style>
span { border-color: #CFA25D; }
span { border-color: rgb(207,162,93); }
td.TdClassName
{
border-color: #CFA25D;
}
.TagClassName
{
border-color: #CFA25D;
}
</style>