Shades of Apache #CC9D5A
Tints of Apache #CC9D5A
RGB
CMYK
RGB Variations
Color information
#CC9D5A (or 0xCC9D5A) is known color: Apache. HEX triplet: CC, 9D and 5A. RGB value is (204,157,90). Sum of RGB (Red+Green+Blue) = 204+157+90=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9D5A is #3362A5. Grayscale: #A3A3A3. Windows color (decimal): -3367590 or 5938636. OLE color: 5938636.
HSL color Cylindrical-coordinate representation of color #CC9D5A: hue angle of 35.26º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC9D5A is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 157 | 90 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.2 |
| HSL | 35.26º | 0.53% | 0.58% | - |
| HSV(B) | 35.26º | 0.56% | 0.8% | - |
| XYZ | 38.8 | 37.69 | 14.9 | - |
| YUV | 163.42 | 86.57 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 157 | 90 | 0 | 0.23 | 0.56 | 0.2 | 35.26 | 0.53 | 0.58 |
| Hex | CC | 9D | 5A | 0 | 17 | 38 | 14 | 23 | 35 | 3A |
| Octal | 314 | 235 | 132 | 0 | 27 | 70 | 24 | 43 | 65 | 72 |
| Binary | 11001100 | 10011101 | 1011010 | 0 | 10111 | 111000 | 10100 | 100011 | 110101 | 111010 |
Color Harmonies of #CC9D5A
Complementary color
Monochromatic Colors of #CC9D5A
Black with #CC9D5A
Text Example
Text Example
White with #CC9D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9D5A; }
p { color: rgb(204,157,90); }
H1.HeaderClassName
{
color: #CC9D5A;
}
.AnyTagClassName
{
color: #CC9D5A;
}
</style>
background-color css
<style>
a { background-color: #CC9D5A; }
a { background-color: rgb(204,157,90); }
div.DivClassName
{
background-color: #CC9D5A;
}
.BgClassName
{
background-color: #CC9D5A;
}
</style>
border-color css
<style>
span { border-color: #CC9D5A; }
span { border-color: rgb(204,157,90); }
td.TdClassName
{
border-color: #CC9D5A;
}
.TagClassName
{
border-color: #CC9D5A;
}
</style>