Shades of Apache #C99D5D
Tints of Apache #C99D5D
RGB
CMYK
RGB Variations
Color information
#C99D5D (or 0xC99D5D) is known color: Apache. HEX triplet: C9, 9D and 5D. RGB value is (201,157,93). Sum of RGB (Red+Green+Blue) = 201+157+93=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99D5D is #3662A2. Grayscale: #A3A3A3. Windows color (decimal): -3564195 or 6135241. OLE color: 6135241.
HSL color Cylindrical-coordinate representation of color #C99D5D: hue angle of 35.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C99D5D is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 157 | 93 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.21 |
| HSL | 35.56º | 0.5% | 0.58% | - |
| HSV(B) | 35.56º | 0.54% | 0.79% | - |
| XYZ | 38.12 | 37.32 | 15.55 | - |
| YUV | 162.86 | 88.58 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 93 | 0 | 0.22 | 0.54 | 0.21 | 35.56 | 0.5 | 0.58 |
| Hex | C9 | 9D | 5D | 0 | 16 | 36 | 15 | 24 | 32 | 3A |
| Octal | 311 | 235 | 135 | 0 | 26 | 66 | 25 | 44 | 62 | 72 |
| Binary | 11001001 | 10011101 | 1011101 | 0 | 10110 | 110110 | 10101 | 100100 | 110010 | 111010 |
Color Harmonies of #C99D5D
Complementary color
Monochromatic Colors of #C99D5D
Black with #C99D5D
Text Example
Text Example
White with #C99D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99D5D; }
p { color: rgb(201,157,93); }
H1.HeaderClassName
{
color: #C99D5D;
}
.AnyTagClassName
{
color: #C99D5D;
}
</style>
background-color css
<style>
a { background-color: #C99D5D; }
a { background-color: rgb(201,157,93); }
div.DivClassName
{
background-color: #C99D5D;
}
.BgClassName
{
background-color: #C99D5D;
}
</style>
border-color css
<style>
span { border-color: #C99D5D; }
span { border-color: rgb(201,157,93); }
td.TdClassName
{
border-color: #C99D5D;
}
.TagClassName
{
border-color: #C99D5D;
}
</style>