#CBA057

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

Shades of Apache #CBA057

Tints of Apache #CBA057

Color information

#CBA057 (or 0xCBA057) is unknown color: approx Apache. HEX triplet: CB, A0 and 57. RGB value is (203,160,87). Sum of RGB (Red+Green+Blue) = 203+160+87=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 87 (34.38% from 255 or 19.33% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA057 is #345FA8. Grayscale: #A4A4A4. Windows color (decimal): -3432361 or 5742795. OLE color: 5742795.

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

Color convert

RGB20316087-
CMYK00.210.570.20
HSL37.76º52.73%56.86%-
HSV(B)37.76º57.14%79.61%-
XYZ38.9238.5314.4-
YUV164.5484.25155.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.11%
GREEN value IS 160 (62.89% from 255) = 35.56%
BLUE value IS 87 (34.38% from 255) = 19.33%
R=45.11%
G=35.56%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031608700.210.570.2037.7652.7356.86
HexCBA0570153914263539
Octal3132401270257124466571
Binary1100101110100000101011101010111100110100100110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA057; }

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

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

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

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

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

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

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

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