#CAA225

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

Shades of Galliano #CAA225

Tints of Galliano #CAA225

Color information

#CAA225 (or 0xCAA225) is unknown color: approx Galliano. HEX triplet: CA, A2 and 25. RGB value is (202,162,37). Sum of RGB (Red+Green+Blue) = 202+162+37=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 37 (14.84% from 255 or 9.23% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA225 is #355DDA. Grayscale: #A0A0A0. Windows color (decimal): -3497435 or 2466506. OLE color: 2466506.

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

Color convert

RGB20216237-
CMYK00.200.820.21
HSL45.45º69.04%46.86%-
HSV(B)45.45º81.68%79.22%-
XYZ37.6138.537.21-
YUV159.7158.75158.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.37%
GREEN value IS 162 (63.67% from 255) = 40.40%
BLUE value IS 37 (14.84% from 255) = 9.23%
R=50.37%
G=40.40%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021623700.200.820.2145.4569.0446.86
HexCAA22501452152d452f
Octal31224245024122255510557
Binary11001010101000101001010101001010010101011011011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA225; }

 p { color: rgb(202,162,37); }

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

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

 a { background-color: rgb(202,162,37); }

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

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

 span { border-color: rgb(202,162,37); }

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