Shades of Apache #CB9F50
Tints of Apache #CB9F50
RGB
CMYK
RGB Variations
Color information
#CB9F50 (or 0xCB9F50) is known color: Apache. HEX triplet: CB, 9F and 50. RGB value is (203,159,80). Sum of RGB (Red+Green+Blue) = 203+159+80=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9F50 is #3460AF. Grayscale: #A3A3A3. Windows color (decimal): -3432624 or 5283787. OLE color: 5283787.
HSL color Cylindrical-coordinate representation of color #CB9F50: hue angle of 38.54º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB9F50 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 159 | 80 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.20 |
| HSL | 38.54º | 0.54% | 0.55% | - |
| HSV(B) | 38.54º | 0.61% | 0.8% | - |
| XYZ | 38.47 | 38.07 | 12.91 | - |
| YUV | 163.15 | 81.08 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 80 | 0 | 0.22 | 0.61 | 0.20 | 38.54 | 0.54 | 0.55 |
| Hex | CB | 9F | 50 | 0 | 16 | 3D | 14 | 27 | 36 | 37 |
| Octal | 313 | 237 | 120 | 0 | 26 | 75 | 24 | 47 | 66 | 67 |
| Binary | 11001011 | 10011111 | 1010000 | 0 | 10110 | 111101 | 10100 | 100111 | 110110 | 110111 |
Color Harmonies of #CB9F50
Complementary color
Monochromatic Colors of #CB9F50
Black with #CB9F50
Text Example
Text Example
White with #CB9F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9F50; }
p { color: rgb(203,159,80); }
H1.HeaderClassName
{
color: #CB9F50;
}
.AnyTagClassName
{
color: #CB9F50;
}
</style>
background-color css
<style>
a { background-color: #CB9F50; }
a { background-color: rgb(203,159,80); }
div.DivClassName
{
background-color: #CB9F50;
}
.BgClassName
{
background-color: #CB9F50;
}
</style>
border-color css
<style>
span { border-color: #CB9F50; }
span { border-color: rgb(203,159,80); }
td.TdClassName
{
border-color: #CB9F50;
}
.TagClassName
{
border-color: #CB9F50;
}
</style>