#CAA32A

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

Shades of Galliano #CAA32A

Tints of Galliano #CAA32A

Color information

#CAA32A (or 0xCAA32A) is unknown color: approx Galliano. HEX triplet: CA, A3 and 2A. RGB value is (202,163,42). Sum of RGB (Red+Green+Blue) = 202+163+42=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 42 (16.80% from 255 or 10.32% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA32A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA32A is #355CD5. Grayscale: #A1A1A1. Windows color (decimal): -3497174 or 2794442. OLE color: 2794442.

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

Color convert

RGB20216342-
CMYK00.190.790.21
HSL45.38º65.57%47.84%-
HSV(B)45.38º79.21%79.22%-
XYZ37.8738.927.71-
YUV160.8760.92157.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.63%
GREEN value IS 163 (64.06% from 255) = 40.05%
BLUE value IS 42 (16.80% from 255) = 10.32%
R=49.63%
G=40.05%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021634200.190.790.2145.3865.5747.84
HexCAA32A0134F152d4230
Octal31224352023117255510260
Binary11001010101000111010100100111001111101011011011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA32A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA32A; }

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

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

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

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

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

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

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

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