Shades of Apache #CC9C5C
Tints of Apache #CC9C5C
RGB
CMYK
RGB Variations
Color information
#CC9C5C (or 0xCC9C5C) is known color: Apache. HEX triplet: CC, 9C and 5C. RGB value is (204,156,92). Sum of RGB (Red+Green+Blue) = 204+156+92=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9C5C is #3363A3. Grayscale: #A3A3A3. Windows color (decimal): -3367844 or 6069452. OLE color: 6069452.
HSL color Cylindrical-coordinate representation of color #CC9C5C: hue angle of 34.29º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC9C5C is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 156 | 92 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.2 |
| HSL | 34.29º | 0.52% | 0.58% | - |
| HSV(B) | 34.29º | 0.55% | 0.8% | - |
| XYZ | 38.72 | 37.39 | 15.3 | - |
| YUV | 163.06 | 87.9 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 92 | 0 | 0.24 | 0.55 | 0.2 | 34.29 | 0.52 | 0.58 |
| Hex | CC | 9C | 5C | 0 | 18 | 37 | 14 | 22 | 34 | 3A |
| Octal | 314 | 234 | 134 | 0 | 30 | 67 | 24 | 42 | 64 | 72 |
| Binary | 11001100 | 10011100 | 1011100 | 0 | 11000 | 110111 | 10100 | 100010 | 110100 | 111010 |
Color Harmonies of #CC9C5C
Complementary color
Monochromatic Colors of #CC9C5C
Black with #CC9C5C
Text Example
Text Example
White with #CC9C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9C5C; }
p { color: rgb(204,156,92); }
H1.HeaderClassName
{
color: #CC9C5C;
}
.AnyTagClassName
{
color: #CC9C5C;
}
</style>
background-color css
<style>
a { background-color: #CC9C5C; }
a { background-color: rgb(204,156,92); }
div.DivClassName
{
background-color: #CC9C5C;
}
.BgClassName
{
background-color: #CC9C5C;
}
</style>
border-color css
<style>
span { border-color: #CC9C5C; }
span { border-color: rgb(204,156,92); }
td.TdClassName
{
border-color: #CC9C5C;
}
.TagClassName
{
border-color: #CC9C5C;
}
</style>