Shades of Apache #CF9C52
Tints of Apache #CF9C52
RGB
CMYK
RGB Variations
Color information
#CF9C52 (or 0xCF9C52) is known color: Apache. HEX triplet: CF, 9C and 52. RGB value is (207,156,82). Sum of RGB (Red+Green+Blue) = 207+156+82=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9C52 is #3063AD. Grayscale: #A3A3A3. Windows color (decimal): -3171246 or 5414095. OLE color: 5414095.
HSL color Cylindrical-coordinate representation of color #CF9C52: hue angle of 35.52º degrees, saturation: 0.57, 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 #CF9C52 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 156 | 82 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.19 |
| HSL | 35.52º | 0.57% | 0.57% | - |
| HSV(B) | 35.52º | 0.6% | 0.81% | - |
| XYZ | 39.14 | 37.65 | 13.19 | - |
| YUV | 162.81 | 82.4 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 156 | 82 | 0 | 0.25 | 0.60 | 0.19 | 35.52 | 0.57 | 0.57 |
| Hex | CF | 9C | 52 | 0 | 19 | 3C | 13 | 24 | 39 | 39 |
| Octal | 317 | 234 | 122 | 0 | 31 | 74 | 23 | 44 | 71 | 71 |
| Binary | 11001111 | 10011100 | 1010010 | 0 | 11001 | 111100 | 10011 | 100100 | 111001 | 111001 |
Color Harmonies of #CF9C52
Complementary color
Monochromatic Colors of #CF9C52
Black with #CF9C52
Text Example
Text Example
White with #CF9C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9C52; }
p { color: rgb(207,156,82); }
H1.HeaderClassName
{
color: #CF9C52;
}
.AnyTagClassName
{
color: #CF9C52;
}
</style>
background-color css
<style>
a { background-color: #CF9C52; }
a { background-color: rgb(207,156,82); }
div.DivClassName
{
background-color: #CF9C52;
}
.BgClassName
{
background-color: #CF9C52;
}
</style>
border-color css
<style>
span { border-color: #CF9C52; }
span { border-color: rgb(207,156,82); }
td.TdClassName
{
border-color: #CF9C52;
}
.TagClassName
{
border-color: #CF9C52;
}
</style>