#CBA15A

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

Shades of Apache #CBA15A

Tints of Apache #CBA15A

Color information

#CBA15A (or 0xCBA15A) is unknown color: approx Apache. HEX triplet: CB, A1 and 5A. RGB value is (203,161,90). Sum of RGB (Red+Green+Blue) = 203+161+90=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 161 (63.28% from 255 or 35.46% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA15A is #345EA5. Grayscale: #A5A5A5. Windows color (decimal): -3432102 or 5939659. OLE color: 5939659.

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

Color convert

RGB20316190-
CMYK00.210.560.20
HSL37.7º52.07%57.45%-
HSV(B)37.7º55.67%79.61%-
XYZ39.2238.9215.12-
YUV165.4685.41154.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.71%
GREEN value IS 161 (63.28% from 255) = 35.46%
BLUE value IS 90 (35.55% from 255) = 19.82%
R=44.71%
G=35.46%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031619000.210.560.2037.752.0757.45
HexCBA15A0153814263439
Octal3132411320257024466471
Binary1100101110100001101101001010111100010100100110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA15A; }

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

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

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

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

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

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

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

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