#CBA456

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

Shades of Apache #CBA456

Tints of Apache #CBA456

Color information

#CBA456 (or 0xCBA456) is unknown color: approx Apache. HEX triplet: CB, A4 and 56. RGB value is (203,164,86). Sum of RGB (Red+Green+Blue) = 203+164+86=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 86 (33.98% from 255 or 18.98% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA456 is #345BA9. Grayscale: #A7A7A7. Windows color (decimal): -3431338 or 5678283. OLE color: 5678283.

HSL color Cylindrical-coordinate representation of color #CBA456: hue angle of 40º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBA456 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB20316486-
CMYK00.190.580.20
HSL40º52.94%56.67%-
HSV(B)40º57.64%79.61%-
XYZ39.5839.9214.42-
YUV166.7782.42153.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.81%
GREEN value IS 164 (64.45% from 255) = 36.20%
BLUE value IS 86 (33.98% from 255) = 18.98%
R=44.81%
G=36.20%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031648600.190.580.204052.9456.67
HexCBA4560133A14283539
Octal3132441260237224506571
Binary1100101110100100101011001001111101010100101000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA456; }

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

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

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

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

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

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

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

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