#CBA366

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

Shades of Apache #CBA366

Tints of Apache #CBA366

Color information

#CBA366 (or 0xCBA366) is unknown color: approx Apache. HEX triplet: CB, A3 and 66. RGB value is (203,163,102). Sum of RGB (Red+Green+Blue) = 203+163+102=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA366 is #345C99. Grayscale: #A8A8A8. Windows color (decimal): -3431578 or 6726603. OLE color: 6726603.

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

Color convert

RGB203163102-
CMYK00.200.500.20
HSL36.24º49.27%59.8%-
HSV(B)36.24º49.75%79.61%-
XYZ40.1239.8518.15-
YUV168.0190.75152.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.38%
GREEN value IS 163 (64.06% from 255) = 34.83%
BLUE value IS 102 (40.23% from 255) = 21.79%
R=43.38%
G=34.83%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316310200.200.500.2036.2449.2759.8
HexCBA366014321424313c
Octal3132431460246224446174
Binary1100101110100011110011001010011001010100100100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA366; }

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

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

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

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

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

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

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

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