#CBA05C

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

Shades of Apache #CBA05C

Tints of Apache #CBA05C

Color information

#CBA05C (or 0xCBA05C) is unknown color: approx Apache. HEX triplet: CB, A0 and 5C. RGB value is (203,160,92). Sum of RGB (Red+Green+Blue) = 203+160+92=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA05C is #345FA3. Grayscale: #A5A5A5. Windows color (decimal): -3432356 or 6070475. OLE color: 6070475.

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

Color convert

RGB20316092-
CMYK00.210.550.20
HSL36.76º51.63%57.84%-
HSV(B)36.76º54.68%79.61%-
XYZ39.1338.6115.52-
YUV165.186.75155.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.62%
GREEN value IS 160 (62.89% from 255) = 35.16%
BLUE value IS 92 (36.33% from 255) = 20.22%
R=44.62%
G=35.16%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031609200.210.550.2036.7651.6357.84
HexCBA05C015371425343a
Octal3132401340256724456472
Binary1100101110100000101110001010111011110100100101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA05C; }

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

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

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

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

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

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

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

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