#CB9E56

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

Shades of Apache #CB9E56

Tints of Apache #CB9E56

Color information

#CB9E56 (or 0xCB9E56) is unknown color: approx Apache. HEX triplet: CB, 9E and 56. RGB value is (203,158,86). Sum of RGB (Red+Green+Blue) = 203+158+86=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 86 (33.98% from 255 or 19.24% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9E56 is #3461A9. Grayscale: #A3A3A3. Windows color (decimal): -3432874 or 5676747. OLE color: 5676747.

HSL color Cylindrical-coordinate representation of color #CB9E56: hue angle of 36.92º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB9E56 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB20315886-
CMYK00.220.580.20
HSL36.92º52.94%56.67%-
HSV(B)36.92º57.64%79.61%-
XYZ38.5437.8214.07-
YUV163.2584.41156.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.41%
GREEN value IS 158 (62.11% from 255) = 35.35%
BLUE value IS 86 (33.98% from 255) = 19.24%
R=45.41%
G=35.35%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031588600.220.580.2036.9252.9456.67
HexCB9E560163A14253539
Octal3132361260267224456571
Binary1100101110011110101011001011011101010100100101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9E56; }

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

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

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

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

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

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

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

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