#CB9E51

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

Shades of Apache #CB9E51

Tints of Apache #CB9E51

Color information

#CB9E51 (or 0xCB9E51) is unknown color: approx Apache. HEX triplet: CB, 9E and 51. RGB value is (203,158,81). Sum of RGB (Red+Green+Blue) = 203+158+81=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 81 (32.03% from 255 or 18.33% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9E51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9E51 is #3461AE. Grayscale: #A3A3A3. Windows color (decimal): -3432879 or 5349067. OLE color: 5349067.

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

Color convert

RGB20315881-
CMYK00.220.600.20
HSL37.87º53.98%55.69%-
HSV(B)37.87º60.1%79.61%-
XYZ38.3437.7413.05-
YUV162.6881.91156.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.93%
GREEN value IS 158 (62.11% from 255) = 35.75%
BLUE value IS 81 (32.03% from 255) = 18.33%
R=45.93%
G=35.75%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031588100.220.600.2037.8753.9855.69
HexCB9E510163C14263638
Octal3132361210267424466670
Binary1100101110011110101000101011011110010100100110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9E51; }

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

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

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

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

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

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

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

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