Shades of Apache #CB9F60
Tints of Apache #CB9F60
RGB
CMYK
RGB Variations
Color information
#CB9F60 (or 0xCB9F60) is known color: Apache. HEX triplet: CB, 9F and 60. RGB value is (203,159,96). Sum of RGB (Red+Green+Blue) = 203+159+96=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 96 (37.89% from 255 or 20.96% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9F60 is #34609F. Grayscale: #A5A5A5. Windows color (decimal): -3432608 or 6332363. OLE color: 6332363.
HSL color Cylindrical-coordinate representation of color #CB9F60: hue angle of 35.33º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB9F60 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 159 | 96 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.20 |
| HSL | 35.33º | 0.51% | 0.59% | - |
| HSV(B) | 35.33º | 0.53% | 0.8% | - |
| XYZ | 39.14 | 38.34 | 16.4 | - |
| YUV | 164.97 | 89.08 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 96 | 0 | 0.22 | 0.53 | 0.20 | 35.33 | 0.51 | 0.59 |
| Hex | CB | 9F | 60 | 0 | 16 | 35 | 14 | 23 | 33 | 3B |
| Octal | 313 | 237 | 140 | 0 | 26 | 65 | 24 | 43 | 63 | 73 |
| Binary | 11001011 | 10011111 | 1100000 | 0 | 10110 | 110101 | 10100 | 100011 | 110011 | 111011 |
Color Harmonies of #CB9F60
Complementary color
Monochromatic Colors of #CB9F60
Black with #CB9F60
Text Example
Text Example
White with #CB9F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9F60; }
p { color: rgb(203,159,96); }
H1.HeaderClassName
{
color: #CB9F60;
}
.AnyTagClassName
{
color: #CB9F60;
}
</style>
background-color css
<style>
a { background-color: #CB9F60; }
a { background-color: rgb(203,159,96); }
div.DivClassName
{
background-color: #CB9F60;
}
.BgClassName
{
background-color: #CB9F60;
}
</style>
border-color css
<style>
span { border-color: #CB9F60; }
span { border-color: rgb(203,159,96); }
td.TdClassName
{
border-color: #CB9F60;
}
.TagClassName
{
border-color: #CB9F60;
}
</style>