#CBA364

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

Shades of Apache #CBA364

Tints of Apache #CBA364

Color information

#CBA364 (or 0xCBA364) is unknown color: approx Apache. HEX triplet: CB, A3 and 64. RGB value is (203,163,100). Sum of RGB (Red+Green+Blue) = 203+163+100=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA364 is #345C9B. Grayscale: #A8A8A8. Windows color (decimal): -3431580 or 6595531. OLE color: 6595531.

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

Color convert

RGB203163100-
CMYK00.200.510.20
HSL36.7º49.76%59.41%-
HSV(B)36.7º50.74%79.61%-
XYZ40.0339.8117.63-
YUV167.7889.75153.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.56%
GREEN value IS 163 (64.06% from 255) = 34.98%
BLUE value IS 100 (39.45% from 255) = 21.46%
R=43.56%
G=34.98%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316310000.200.510.2036.749.7659.41
HexCBA364014331425323b
Octal3132431440246324456273
Binary1100101110100011110010001010011001110100100101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA364; }

 p { color: rgb(203,163,100); }

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

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

 a { background-color: rgb(203,163,100); }

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

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

 span { border-color: rgb(203,163,100); }

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