Shades of Apache #CB9F52
Tints of Apache #CB9F52
RGB
CMYK
RGB Variations
Color information
#CB9F52 (or 0xCB9F52) is known color: Apache. HEX triplet: CB, 9F and 52. RGB value is (203,159,82). Sum of RGB (Red+Green+Blue) = 203+159+82=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9F52 is #3460AD. Grayscale: #A3A3A3. Windows color (decimal): -3432622 or 5414859. OLE color: 5414859.
HSL color Cylindrical-coordinate representation of color #CB9F52: hue angle of 38.18º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB9F52 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 159 | 82 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.20 |
| HSL | 38.18º | 0.54% | 0.56% | - |
| HSV(B) | 38.18º | 0.6% | 0.8% | - |
| XYZ | 38.55 | 38.1 | 13.31 | - |
| YUV | 163.38 | 82.08 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 82 | 0 | 0.22 | 0.60 | 0.20 | 38.18 | 0.54 | 0.56 |
| Hex | CB | 9F | 52 | 0 | 16 | 3C | 14 | 26 | 36 | 38 |
| Octal | 313 | 237 | 122 | 0 | 26 | 74 | 24 | 46 | 66 | 70 |
| Binary | 11001011 | 10011111 | 1010010 | 0 | 10110 | 111100 | 10100 | 100110 | 110110 | 111000 |
Color Harmonies of #CB9F52
Complementary color
Monochromatic Colors of #CB9F52
Black with #CB9F52
Text Example
Text Example
White with #CB9F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9F52; }
p { color: rgb(203,159,82); }
H1.HeaderClassName
{
color: #CB9F52;
}
.AnyTagClassName
{
color: #CB9F52;
}
</style>
background-color css
<style>
a { background-color: #CB9F52; }
a { background-color: rgb(203,159,82); }
div.DivClassName
{
background-color: #CB9F52;
}
.BgClassName
{
background-color: #CB9F52;
}
</style>
border-color css
<style>
span { border-color: #CB9F52; }
span { border-color: rgb(203,159,82); }
td.TdClassName
{
border-color: #CB9F52;
}
.TagClassName
{
border-color: #CB9F52;
}
</style>