#CBA15C

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

Shades of Apache #CBA15C

Tints of Apache #CBA15C

Color information

#CBA15C (or 0xCBA15C) is unknown color: approx Apache. HEX triplet: CB, A1 and 5C. RGB value is (203,161,92). Sum of RGB (Red+Green+Blue) = 203+161+92=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA15C is #345EA3. Grayscale: #A6A6A6. Windows color (decimal): -3432100 or 6070731. OLE color: 6070731.

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

Color convert

RGB20316192-
CMYK00.210.550.20
HSL37.3º51.63%57.84%-
HSV(B)37.3º54.68%79.61%-
XYZ39.3138.9615.57-
YUV165.6986.41154.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.52%
GREEN value IS 161 (63.28% from 255) = 35.31%
BLUE value IS 92 (36.33% from 255) = 20.18%
R=44.52%
G=35.31%
B=20.18%

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
Decimal2031619200.210.550.2037.351.6357.84
HexCBA15C015371425343a
Octal3132411340256724456472
Binary1100101110100001101110001010111011110100100101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA15C; }

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

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

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

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

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

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

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

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