#CBA462

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

Shades of Apache #CBA462

Tints of Apache #CBA462

Color information

#CBA462 (or 0xCBA462) is unknown color: approx Apache. HEX triplet: CB, A4 and 62. RGB value is (203,164,98). Sum of RGB (Red+Green+Blue) = 203+164+98=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA462 is #345B9D. Grayscale: #A8A8A8. Windows color (decimal): -3431326 or 6464715. OLE color: 6464715.

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

Color convert

RGB20316498-
CMYK00.190.520.20
HSL37.71º50.24%59.02%-
HSV(B)37.71º51.72%79.61%-
XYZ40.1140.1317.19-
YUV168.1488.42152.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.66%
GREEN value IS 164 (64.45% from 255) = 35.27%
BLUE value IS 98 (38.67% from 255) = 21.08%
R=43.66%
G=35.27%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031649800.190.520.2037.7150.2459.02
HexCBA462013341426323b
Octal3132441420236424466273
Binary1100101110100100110001001001111010010100100110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA462; }

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

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

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

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

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

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

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

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