#CBA058

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

Shades of Apache #CBA058

Tints of Apache #CBA058

Color information

#CBA058 (or 0xCBA058) is unknown color: approx Apache. HEX triplet: CB, A0 and 58. RGB value is (203,160,88). Sum of RGB (Red+Green+Blue) = 203+160+88=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 88 (34.77% from 255 or 19.51% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA058 is #345FA7. Grayscale: #A4A4A4. Windows color (decimal): -3432360 or 5808331. OLE color: 5808331.

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

Color convert

RGB20316088-
CMYK00.210.570.20
HSL37.57º52.51%57.06%-
HSV(B)37.57º56.65%79.61%-
XYZ38.9638.5414.62-
YUV164.6584.75155.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.01%
GREEN value IS 160 (62.89% from 255) = 35.48%
BLUE value IS 88 (34.77% from 255) = 19.51%
R=45.01%
G=35.48%
B=19.51%

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
Decimal2031608800.210.570.2037.5752.5157.06
HexCBA0580153914263539
Octal3132401300257124466571
Binary1100101110100000101100001010111100110100100110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA058; }

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

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

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

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

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

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

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

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