Shades of Apache #CF9B55
Tints of Apache #CF9B55
RGB
CMYK
RGB Variations
Color information
#CF9B55 (or 0xCF9B55) is known color: Apache. HEX triplet: CF, 9B and 55. RGB value is (207,155,85). Sum of RGB (Red+Green+Blue) = 207+155+85=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 85 (33.59% from 255 or 19.02% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9B55 is #3064AA. Grayscale: #A2A2A2. Windows color (decimal): -3171499 or 5610447. OLE color: 5610447.
HSL color Cylindrical-coordinate representation of color #CF9B55: hue angle of 34.43º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF9B55 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 155 | 85 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.19 |
| HSL | 34.43º | 0.56% | 0.57% | - |
| HSV(B) | 34.43º | 0.59% | 0.81% | - |
| XYZ | 39.09 | 37.36 | 13.75 | - |
| YUV | 162.57 | 84.23 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 155 | 85 | 0 | 0.25 | 0.59 | 0.19 | 34.43 | 0.56 | 0.57 |
| Hex | CF | 9B | 55 | 0 | 19 | 3B | 13 | 22 | 38 | 39 |
| Octal | 317 | 233 | 125 | 0 | 31 | 73 | 23 | 42 | 70 | 71 |
| Binary | 11001111 | 10011011 | 1010101 | 0 | 11001 | 111011 | 10011 | 100010 | 111000 | 111001 |
Color Harmonies of #CF9B55
Complementary color
Monochromatic Colors of #CF9B55
Black with #CF9B55
Text Example
Text Example
White with #CF9B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9B55; }
p { color: rgb(207,155,85); }
H1.HeaderClassName
{
color: #CF9B55;
}
.AnyTagClassName
{
color: #CF9B55;
}
</style>
background-color css
<style>
a { background-color: #CF9B55; }
a { background-color: rgb(207,155,85); }
div.DivClassName
{
background-color: #CF9B55;
}
.BgClassName
{
background-color: #CF9B55;
}
</style>
border-color css
<style>
span { border-color: #CF9B55; }
span { border-color: rgb(207,155,85); }
td.TdClassName
{
border-color: #CF9B55;
}
.TagClassName
{
border-color: #CF9B55;
}
</style>