#CAAE1A

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

Shades of Galliano #CAAE1A

Tints of Galliano #CAAE1A

Color information

#CAAE1A (or 0xCAAE1A) is unknown color: approx Galliano. HEX triplet: CA, AE and 1A. RGB value is (202,174,26). Sum of RGB (Red+Green+Blue) = 202+174+26=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 26 (10.55% from 255 or 6.47% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAE1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAE1A is #3551E5. Grayscale: #A6A6A6. Windows color (decimal): -3494374 or 1748682. OLE color: 1748682.

HSL color Cylindrical-coordinate representation of color #CAAE1A: hue angle of 50.45º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CAAE1A is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB20217426-
CMYK00.140.870.21
HSL50.45º77.19%44.71%-
HSV(B)50.45º87.13%79.22%-
XYZ39.6842.97.17-
YUV165.549.28154.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.25%
GREEN value IS 174 (68.36% from 255) = 43.28%
BLUE value IS 26 (10.55% from 255) = 6.47%
R=50.25%
G=43.28%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021742600.140.870.2150.4577.1944.71
HexCAAE1A0E5715324d2d
Octal31225632016127256211555
Binary110010101010111011010011101010111101011100101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAE1A; }

 p { color: rgb(202,174,26); }

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

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

 a { background-color: rgb(202,174,26); }

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

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

 span { border-color: rgb(202,174,26); }

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