#CCAA2A

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

Shades of Galliano #CCAA2A

Tints of Galliano #CCAA2A

Color information

#CCAA2A (or 0xCCAA2A) is unknown color: approx Galliano. HEX triplet: CC, AA and 2A. RGB value is (204,170,42). Sum of RGB (Red+Green+Blue) = 204+170+42=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAA2A is #3355D5. Grayscale: #A6A6A6. Windows color (decimal): -3364310 or 2796236. OLE color: 2796236.

HSL color Cylindrical-coordinate representation of color #CCAA2A: hue angle of 47.41º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCAA2A is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB20417042-
CMYK00.170.790.2
HSL47.41º65.85%48.24%-
HSV(B)47.41º79.41%80%-
XYZ39.6941.758.16-
YUV165.5758.26155.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.04%
GREEN value IS 170 (66.80% from 255) = 40.87%
BLUE value IS 42 (16.80% from 255) = 10.10%
R=49.04%
G=40.87%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041704200.170.790.247.4165.8548.24
HexCCAA2A0114F142f4230
Octal31425252021117245710260
Binary11001100101010101010100100011001111101001011111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAA2A; }

 p { color: rgb(204,170,42); }

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

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

 a { background-color: rgb(204,170,42); }

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

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

 span { border-color: rgb(204,170,42); }

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