#CBA15B

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

Shades of Apache #CBA15B

Tints of Apache #CBA15B

Color information

#CBA15B (or 0xCBA15B) is unknown color: approx Apache. HEX triplet: CB, A1 and 5B. RGB value is (203,161,91). Sum of RGB (Red+Green+Blue) = 203+161+91=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA15B is #345EA4. Grayscale: #A5A5A5. Windows color (decimal): -3432101 or 6005195. OLE color: 6005195.

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

Color convert

RGB20316191-
CMYK00.210.550.20
HSL37.5º51.85%57.65%-
HSV(B)37.5º55.17%79.61%-
XYZ39.2638.9415.34-
YUV165.5885.91154.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.62%
GREEN value IS 161 (63.28% from 255) = 35.38%
BLUE value IS 91 (35.94% from 255) = 20%
R=44.62%
G=35.38%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031619100.210.550.2037.551.8557.65
HexCBA15B015371426343a
Octal3132411330256724466472
Binary1100101110100001101101101010111011110100100110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA15B; }

 p { color: rgb(203,161,91); }

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

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

 a { background-color: rgb(203,161,91); }

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

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

 span { border-color: rgb(203,161,91); }

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