Shades of Apache #CF9B56
Tints of Apache #CF9B56
RGB
CMYK
RGB Variations
Color information
#CF9B56 (or 0xCF9B56) is known color: Apache. HEX triplet: CF, 9B and 56. RGB value is (207,155,86). Sum of RGB (Red+Green+Blue) = 207+155+86=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 86 (33.98% from 255 or 19.20% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9B56 is #3064A9. Grayscale: #A3A3A3. Windows color (decimal): -3171498 or 5675983. OLE color: 5675983.
HSL color Cylindrical-coordinate representation of color #CF9B56: hue angle of 34.21º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF9B56 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 86 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.19 |
| HSL | 34.21º | 0.56% | 0.57% | - |
| HSV(B) | 34.21º | 0.58% | 0.81% | - |
| XYZ | 39.13 | 37.38 | 13.96 | - |
| YUV | 162.68 | 84.73 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 86 | 0 | 0.25 | 0.58 | 0.19 | 34.21 | 0.56 | 0.57 |
| Hex | CF | 9B | 56 | 0 | 19 | 3A | 13 | 22 | 38 | 39 |
| Octal | 317 | 233 | 126 | 0 | 31 | 72 | 23 | 42 | 70 | 71 |
| Binary | 11001111 | 10011011 | 1010110 | 0 | 11001 | 111010 | 10011 | 100010 | 111000 | 111001 |
Color Harmonies of #CF9B56
Complementary color
Monochromatic Colors of #CF9B56
Black with #CF9B56
Text Example
Text Example
White with #CF9B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9B56; }
p { color: rgb(207,155,86); }
H1.HeaderClassName
{
color: #CF9B56;
}
.AnyTagClassName
{
color: #CF9B56;
}
</style>
background-color css
<style>
a { background-color: #CF9B56; }
a { background-color: rgb(207,155,86); }
div.DivClassName
{
background-color: #CF9B56;
}
.BgClassName
{
background-color: #CF9B56;
}
</style>
border-color css
<style>
span { border-color: #CF9B56; }
span { border-color: rgb(207,155,86); }
td.TdClassName
{
border-color: #CF9B56;
}
.TagClassName
{
border-color: #CF9B56;
}
</style>