#CBA32A

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

Shades of Galliano #CBA32A

Tints of Galliano #CBA32A

Color information

#CBA32A (or 0xCBA32A) is unknown color: approx Galliano. HEX triplet: CB, A3 and 2A. RGB value is (203,163,42). Sum of RGB (Red+Green+Blue) = 203+163+42=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 42 (16.80% from 255 or 10.29% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA32A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA32A is #345CD5. Grayscale: #A1A1A1. Windows color (decimal): -3431638 or 2794443. OLE color: 2794443.

HSL color Cylindrical-coordinate representation of color #CBA32A: hue angle of 45.09º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CBA32A is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB20316342-
CMYK00.200.790.20
HSL45.09º65.71%48.04%-
HSV(B)45.09º79.31%79.61%-
XYZ38.1439.067.72-
YUV161.1760.75157.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.75%
GREEN value IS 163 (64.06% from 255) = 39.95%
BLUE value IS 42 (16.80% from 255) = 10.29%
R=49.75%
G=39.95%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.79
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031634200.200.790.2045.0965.7148.04
HexCBA32A0144F142d4230
Octal31324352024117245510260
Binary11001011101000111010100101001001111101001011011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA32A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA32A; }

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

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

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

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

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

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

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

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