Shades of Apache #CCA761
Tints of Apache #CCA761
RGB
CMYK
RGB Variations
Color information
#CCA761 (or 0xCCA761) is known color: Apache. HEX triplet: CC, A7 and 61. RGB value is (204,167,97). Sum of RGB (Red+Green+Blue) = 204+167+97=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 97 (38.28% from 255 or 20.73% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA761 is #33589E. Grayscale: #AAAAAA. Windows color (decimal): -3365023 or 6399948. OLE color: 6399948.
HSL color Cylindrical-coordinate representation of color #CCA761: hue angle of 39.25º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCA761 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 167 | 97 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.2 |
| HSL | 39.25º | 0.51% | 0.59% | - |
| HSV(B) | 39.25º | 0.52% | 0.8% | - |
| XYZ | 40.88 | 41.34 | 17.13 | - |
| YUV | 170.08 | 86.76 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 167 | 97 | 0 | 0.18 | 0.52 | 0.2 | 39.25 | 0.51 | 0.59 |
| Hex | CC | A7 | 61 | 0 | 12 | 34 | 14 | 27 | 33 | 3B |
| Octal | 314 | 247 | 141 | 0 | 22 | 64 | 24 | 47 | 63 | 73 |
| Binary | 11001100 | 10100111 | 1100001 | 0 | 10010 | 110100 | 10100 | 100111 | 110011 | 111011 |
Color Harmonies of #CCA761
Complementary color
Monochromatic Colors of #CCA761
Black with #CCA761
Text Example
Text Example
White with #CCA761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA761; }
p { color: rgb(204,167,97); }
H1.HeaderClassName
{
color: #CCA761;
}
.AnyTagClassName
{
color: #CCA761;
}
</style>
background-color css
<style>
a { background-color: #CCA761; }
a { background-color: rgb(204,167,97); }
div.DivClassName
{
background-color: #CCA761;
}
.BgClassName
{
background-color: #CCA761;
}
</style>
border-color css
<style>
span { border-color: #CCA761; }
span { border-color: rgb(204,167,97); }
td.TdClassName
{
border-color: #CCA761;
}
.TagClassName
{
border-color: #CCA761;
}
</style>