#CB9E50

Color #CB9E50 Apache (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apache #CB9E50

Tints of Apache #CB9E50

Color information

#CB9E50 (or 0xCB9E50) is unknown color: approx Apache. HEX triplet: CB, 9E and 50. RGB value is (203,158,80). Sum of RGB (Red+Green+Blue) = 203+158+80=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9E50 is #3461AF. Grayscale: #A2A2A2. Windows color (decimal): -3432880 or 5283531. OLE color: 5283531.

HSL color Cylindrical-coordinate representation of color #CB9E50: hue angle of 38.05º 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 #CB9E50 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB20315880-
CMYK00.220.610.20
HSL38.05º54.19%55.49%-
HSV(B)38.05º60.59%79.61%-
XYZ38.337.7312.85-
YUV162.5681.41156.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 46.03%
GREEN value IS 158 (62.11% from 255) = 35.83%
BLUE value IS 80 (31.64% from 255) = 18.14%
R=46.03%
G=35.83%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031588000.220.610.2038.0554.1955.49
HexCB9E500163D14263637
Octal3132361200267524466667
Binary1100101110011110101000001011011110110100100110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9E50; }

 p { color: rgb(203,158,80); }

 H1.HeaderClassName
 {
   color: #CB9E50;
 }
 .AnyTagClassName
 {
   color: #CB9E50;
 }
</style>
background-color css

<style>
 a { background-color: #CB9E50; }

 a { background-color: rgb(203,158,80); }

 div.DivClassName
 {
   background-color: #CB9E50;
 }
 .BgClassName
 {
   background-color: #CB9E50;
 }
</style>
border-color css

<style>
 span { border-color: #CB9E50; }

 span { border-color: rgb(203,158,80); }

 td.TdClassName
 {
   border-color: #CB9E50;
 }
 .TagClassName
 {
   border-color: #CB9E50;
 }
</style>