#CAA12A

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

Shades of Galliano #CAA12A

Tints of Galliano #CAA12A

Color information

#CAA12A (or 0xCAA12A) is unknown color: approx Galliano. HEX triplet: CA, A1 and 2A. RGB value is (202,161,42). Sum of RGB (Red+Green+Blue) = 202+161+42=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 42 (16.80% from 255 or 10.37% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA12A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA12A is #355ED5. Grayscale: #A0A0A0. Windows color (decimal): -3497686 or 2793930. OLE color: 2793930.

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

Color convert

RGB20216142-
CMYK00.200.790.21
HSL44.62º65.57%47.84%-
HSV(B)44.62º79.21%79.22%-
XYZ37.5238.217.59-
YUV159.6961.58158.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.88%
GREEN value IS 161 (63.28% from 255) = 39.75%
BLUE value IS 42 (16.80% from 255) = 10.37%
R=49.88%
G=39.75%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021614200.200.790.2144.6265.5747.84
HexCAA12A0144F152d4230
Octal31224152024117255510260
Binary11001010101000011010100101001001111101011011011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA12A; }

 p { color: rgb(202,161,42); }

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

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

 a { background-color: rgb(202,161,42); }

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

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

 span { border-color: rgb(202,161,42); }

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