#CAAC16

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

Shades of Galliano #CAAC16

Tints of Galliano #CAAC16

Color information

#CAAC16 (or 0xCAAC16) is unknown color: approx Galliano. HEX triplet: CA, AC and 16. RGB value is (202,172,22). Sum of RGB (Red+Green+Blue) = 202+172+22=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 22 (8.98% from 255 or 5.56% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAC16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAAC16 is #3553E9. Grayscale: #A4A4A4. Windows color (decimal): -3494890 or 1486026. OLE color: 1486026.

HSL color Cylindrical-coordinate representation of color #CAAC16: hue angle of 50º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CAAC16 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB20217222-
CMYK00.150.890.21
HSL50º80.36%43.92%-
HSV(B)50º89.11%79.22%-
XYZ39.2542.126.82-
YUV163.8747.94155.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.01%
GREEN value IS 172 (67.58% from 255) = 43.43%
BLUE value IS 22 (8.98% from 255) = 5.56%
R=51.01%
G=43.43%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021722200.150.890.215080.3643.92
HexCAAC160F591532502c
Octal31225426017131256212054
Binary110010101010110010110011111011001101011100101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAC16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAC16; }

 p { color: rgb(202,172,22); }

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

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

 a { background-color: rgb(202,172,22); }

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

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

 span { border-color: rgb(202,172,22); }

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