Shades of Apache #CDAB57
Tints of Apache #CDAB57
RGB
CMYK
RGB Variations
Color information
#CDAB57 (or 0xCDAB57) is known color: Apache. HEX triplet: CD, AB and 57. RGB value is (205,171,87). Sum of RGB (Red+Green+Blue) = 205+171+87=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 87 (34.38% from 255 or 18.79% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB57 is #3254A8. Grayscale: #ABABAB. Windows color (decimal): -3298473 or 5745613. OLE color: 5745613.
HSL color Cylindrical-coordinate representation of color #CDAB57: hue angle of 42.71º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDAB57 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 171 | 87 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.20 |
| HSL | 42.71º | 0.54% | 0.57% | - |
| HSV(B) | 42.71º | 0.58% | 0.8% | - |
| XYZ | 41.46 | 42.79 | 15.09 | - |
| YUV | 171.59 | 80.26 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 87 | 0 | 0.17 | 0.58 | 0.20 | 42.71 | 0.54 | 0.57 |
| Hex | CD | AB | 57 | 0 | 11 | 3A | 14 | 2B | 36 | 39 |
| Octal | 315 | 253 | 127 | 0 | 21 | 72 | 24 | 53 | 66 | 71 |
| Binary | 11001101 | 10101011 | 1010111 | 0 | 10001 | 111010 | 10100 | 101011 | 110110 | 111001 |
Color Harmonies of #CDAB57
Complementary color
Monochromatic Colors of #CDAB57
Black with #CDAB57
Text Example
Text Example
White with #CDAB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAB57; }
p { color: rgb(205,171,87); }
H1.HeaderClassName
{
color: #CDAB57;
}
.AnyTagClassName
{
color: #CDAB57;
}
</style>
background-color css
<style>
a { background-color: #CDAB57; }
a { background-color: rgb(205,171,87); }
div.DivClassName
{
background-color: #CDAB57;
}
.BgClassName
{
background-color: #CDAB57;
}
</style>
border-color css
<style>
span { border-color: #CDAB57; }
span { border-color: rgb(205,171,87); }
td.TdClassName
{
border-color: #CDAB57;
}
.TagClassName
{
border-color: #CDAB57;
}
</style>