#CCA629

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

Shades of Galliano #CCA629

Tints of Galliano #CCA629

Color information

#CCA629 (or 0xCCA629) is unknown color: approx Galliano. HEX triplet: CC, A6 and 29. RGB value is (204,166,41). Sum of RGB (Red+Green+Blue) = 204+166+41=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 41 (16.41% from 255 or 9.98% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA629 is #3359D6. Grayscale: #A3A3A3. Windows color (decimal): -3365335 or 2729676. OLE color: 2729676.

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

Color convert

RGB20416641-
CMYK00.190.800.2
HSL46.01º66.53%48.04%-
HSV(B)46.01º79.9%80%-
XYZ38.9440.277.82-
YUV163.1159.09157.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.64%
GREEN value IS 166 (65.23% from 255) = 40.39%
BLUE value IS 41 (16.41% from 255) = 9.98%
R=49.64%
G=40.39%
B=9.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041664100.190.800.246.0166.5348.04
HexCCA62901350142e4330
Octal31424651023120245610360
Binary11001100101001101010010100111010000101001011101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA629; }

 p { color: rgb(204,166,41); }

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

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

 a { background-color: rgb(204,166,41); }

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

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

 span { border-color: rgb(204,166,41); }

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