#CBA162

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

Shades of Apache #CBA162

Tints of Apache #CBA162

Color information

#CBA162 (or 0xCBA162) is unknown color: approx Apache. HEX triplet: CB, A1 and 62. RGB value is (203,161,98). Sum of RGB (Red+Green+Blue) = 203+161+98=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA162 is #345E9D. Grayscale: #A6A6A6. Windows color (decimal): -3432094 or 6463947. OLE color: 6463947.

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

Color convert

RGB20316198-
CMYK00.210.520.20
HSL36º50.24%59.02%-
HSV(B)36º51.72%79.61%-
XYZ39.5839.0717.01-
YUV166.3889.41154.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.94%
GREEN value IS 161 (63.28% from 255) = 34.85%
BLUE value IS 98 (38.67% from 255) = 21.21%
R=43.94%
G=34.85%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031619800.210.520.203650.2459.02
HexCBA162015341424323b
Octal3132411420256424446273
Binary1100101110100001110001001010111010010100100100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA162; }

 p { color: rgb(203,161,98); }

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

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

 a { background-color: rgb(203,161,98); }

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

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

 span { border-color: rgb(203,161,98); }

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