#CBA05F

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

Shades of Apache #CBA05F

Tints of Apache #CBA05F

Color information

#CBA05F (or 0xCBA05F) is unknown color: approx Apache. HEX triplet: CB, A0 and 5F. RGB value is (203,160,95). Sum of RGB (Red+Green+Blue) = 203+160+95=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA05F is #345FA0. Grayscale: #A5A5A5. Windows color (decimal): -3432353 or 6267083. OLE color: 6267083.

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

Color convert

RGB20316095-
CMYK00.210.530.20
HSL36.11º50.94%58.43%-
HSV(B)36.11º53.2%79.61%-
XYZ39.2638.6616.22-
YUV165.4588.25154.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.32%
GREEN value IS 160 (62.89% from 255) = 34.93%
BLUE value IS 95 (37.5% from 255) = 20.74%
R=44.32%
G=34.93%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031609500.210.530.2036.1150.9458.43
HexCBA05F015351424333a
Octal3132401370256524446372
Binary1100101110100000101111101010111010110100100100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA05F; }

 p { color: rgb(203,160,95); }

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

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

 a { background-color: rgb(203,160,95); }

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

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

 span { border-color: rgb(203,160,95); }

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