#CAA226

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

Shades of Galliano #CAA226

Tints of Galliano #CAA226

Color information

#CAA226 (or 0xCAA226) is unknown color: approx Galliano. HEX triplet: CA, A2 and 26. RGB value is (202,162,38). Sum of RGB (Red+Green+Blue) = 202+162+38=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 38 (15.23% from 255 or 9.45% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA226 is #355DD9. Grayscale: #A0A0A0. Windows color (decimal): -3497434 or 2532042. OLE color: 2532042.

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

Color convert

RGB20216238-
CMYK00.200.810.21
HSL45.37º68.33%47.06%-
HSV(B)45.37º81.19%79.22%-
XYZ37.6338.547.29-
YUV159.8259.25158.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.25%
GREEN value IS 162 (63.67% from 255) = 40.30%
BLUE value IS 38 (15.23% from 255) = 9.45%
R=50.25%
G=40.30%
B=9.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021623800.200.810.2145.3768.3347.06
HexCAA22601451152d442f
Octal31224246024121255510457
Binary11001010101000101001100101001010001101011011011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA226; }

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

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

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

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

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

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

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

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