Shades of Apache #CF9C53
Tints of Apache #CF9C53
RGB
CMYK
RGB Variations
Color information
#CF9C53 (or 0xCF9C53) is known color: Apache. HEX triplet: CF, 9C and 53. RGB value is (207,156,83). Sum of RGB (Red+Green+Blue) = 207+156+83=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 83 (32.81% from 255 or 18.61% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9C53 is #3063AC. Grayscale: #A3A3A3. Windows color (decimal): -3171245 or 5479631. OLE color: 5479631.
HSL color Cylindrical-coordinate representation of color #CF9C53: hue angle of 35.32º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF9C53 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 83 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.19 |
| HSL | 35.32º | 0.56% | 0.57% | - |
| HSV(B) | 35.32º | 0.6% | 0.81% | - |
| XYZ | 39.18 | 37.67 | 13.39 | - |
| YUV | 162.93 | 82.9 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 83 | 0 | 0.25 | 0.60 | 0.19 | 35.32 | 0.56 | 0.57 |
| Hex | CF | 9C | 53 | 0 | 19 | 3C | 13 | 23 | 38 | 39 |
| Octal | 317 | 234 | 123 | 0 | 31 | 74 | 23 | 43 | 70 | 71 |
| Binary | 11001111 | 10011100 | 1010011 | 0 | 11001 | 111100 | 10011 | 100011 | 111000 | 111001 |
Color Harmonies of #CF9C53
Complementary color
Monochromatic Colors of #CF9C53
Black with #CF9C53
Text Example
Text Example
White with #CF9C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C53; }
p { color: rgb(207,156,83); }
H1.HeaderClassName
{
color: #CF9C53;
}
.AnyTagClassName
{
color: #CF9C53;
}
</style>
background-color css
<style>
a { background-color: #CF9C53; }
a { background-color: rgb(207,156,83); }
div.DivClassName
{
background-color: #CF9C53;
}
.BgClassName
{
background-color: #CF9C53;
}
</style>
border-color css
<style>
span { border-color: #CF9C53; }
span { border-color: rgb(207,156,83); }
td.TdClassName
{
border-color: #CF9C53;
}
.TagClassName
{
border-color: #CF9C53;
}
</style>