#CAA32C

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

Shades of Galliano #CAA32C

Tints of Galliano #CAA32C

Color information

#CAA32C (or 0xCAA32C) is unknown color: approx Galliano. HEX triplet: CA, A3 and 2C. RGB value is (202,163,44). Sum of RGB (Red+Green+Blue) = 202+163+44=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 163 (64.06% from 255 or 39.85% from 409); Blue value is 44 (17.58% from 255 or 10.76% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA32C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA32C is #355CD3. Grayscale: #A1A1A1. Windows color (decimal): -3497172 or 2925514. OLE color: 2925514.

HSL color Cylindrical-coordinate representation of color #CAA32C: hue angle of 45.19º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CAA32C is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB20216344-
CMYK00.190.780.21
HSL45.19º64.23%48.24%-
HSV(B)45.19º78.22%79.22%-
XYZ37.9138.937.9-
YUV161.161.92157.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.39%
GREEN value IS 163 (64.06% from 255) = 39.85%
BLUE value IS 44 (17.58% from 255) = 10.76%
R=49.39%
G=39.85%
B=10.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021634400.190.780.2145.1964.2348.24
HexCAA32C0134E152d4030
Octal31224354023116255510060
Binary11001010101000111011000100111001110101011011011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA32C; }

 p { color: rgb(202,163,44); }

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

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

 a { background-color: rgb(202,163,44); }

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

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

 span { border-color: rgb(202,163,44); }

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