#cba45d

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

Shades of Apache #CBA45D

Tints of Apache #CBA45D

Color information

#CBA45D (or 0xCBA45D) is unknown color: approx Apache. HEX triplet: CB, A4 and 5D. RGB value is (203,164,93). Sum of RGB (Red+Green+Blue) = 203+164+93=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA45D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA45D is #345BA2. Grayscale: #A7A7A7. Windows color (decimal): -3431331 or 6137035. OLE color: 6137035.

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

Color convert

RGB20316493-
CMYK00.190.540.20
HSL38.73º51.4%58.04%-
HSV(B)38.73º54.19%79.61%-
XYZ39.8840.0415.98-
YUV167.5785.92153.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.13%
GREEN value IS 164 (64.45% from 255) = 35.65%
BLUE value IS 93 (36.72% from 255) = 20.22%
R=44.13%
G=35.65%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031649300.190.540.2038.7351.458.04
HexCBA45D013361427333a
Octal3132441350236624476372
Binary1100101110100100101110101001111011010100100111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cba45d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cba45d; }

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

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

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

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

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

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

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

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