#CAA827

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

Shades of Galliano #CAA827

Tints of Galliano #CAA827

Color information

#CAA827 (or 0xCAA827) is unknown color: approx Galliano. HEX triplet: CA, A8 and 27. RGB value is (202,168,39). Sum of RGB (Red+Green+Blue) = 202+168+39=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 39 (15.62% from 255 or 9.54% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA827 is #3557D8. Grayscale: #A4A4A4. Windows color (decimal): -3495897 or 2599114. OLE color: 2599114.

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

Color convert

RGB20216839-
CMYK00.170.810.21
HSL47.48º67.63%47.25%-
HSV(B)47.48º80.69%79.22%-
XYZ38.7340.717.74-
YUV163.4657.76155.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.39%
GREEN value IS 168 (66.02% from 255) = 41.08%
BLUE value IS 39 (15.62% from 255) = 9.54%
R=49.39%
G=41.08%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021683900.170.810.2147.4867.6347.25
HexCAA82701151152f442f
Octal31225047021121255710457
Binary11001010101010001001110100011010001101011011111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA827; }

 p { color: rgb(202,168,39); }

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

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

 a { background-color: rgb(202,168,39); }

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

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

 span { border-color: rgb(202,168,39); }

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