#CBA262

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

Shades of Apache #CBA262

Tints of Apache #CBA262

Color information

#CBA262 (or 0xCBA262) is unknown color: approx Apache. HEX triplet: CB, A2 and 62. RGB value is (203,162,98). Sum of RGB (Red+Green+Blue) = 203+162+98=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA262 is #345D9D. Grayscale: #A7A7A7. Windows color (decimal): -3431838 or 6464203. OLE color: 6464203.

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

Color convert

RGB20316298-
CMYK00.200.520.20
HSL36.57º50.24%59.02%-
HSV(B)36.57º51.72%79.61%-
XYZ39.7539.4217.07-
YUV166.9689.08153.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.84%
GREEN value IS 162 (63.67% from 255) = 34.99%
BLUE value IS 98 (38.67% from 255) = 21.17%
R=43.84%
G=34.99%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031629800.200.520.2036.5750.2459.02
HexCBA262014341425323b
Octal3132421420246424456273
Binary1100101110100010110001001010011010010100100101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA262; }

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

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

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

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

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

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

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

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