#CBA15D

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

Shades of Apache #CBA15D

Tints of Apache #CBA15D

Color information

#CBA15D (or 0xCBA15D) is unknown color: approx Apache. HEX triplet: CB, A1 and 5D. RGB value is (203,161,93). Sum of RGB (Red+Green+Blue) = 203+161+93=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA15D is #345EA2. Grayscale: #A6A6A6. Windows color (decimal): -3432099 or 6136267. OLE color: 6136267.

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

Color convert

RGB20316193-
CMYK00.210.540.20
HSL37.09º51.4%58.04%-
HSV(B)37.09º54.19%79.61%-
XYZ39.3538.9815.81-
YUV165.8186.91154.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.42%
GREEN value IS 161 (63.28% from 255) = 35.23%
BLUE value IS 93 (36.72% from 255) = 20.35%
R=44.42%
G=35.23%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031619300.210.540.2037.0951.458.04
HexCBA15D015361425333a
Octal3132411350256624456372
Binary1100101110100001101110101010111011010100100101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA15D; }

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

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

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

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

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

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

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

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