#CCA729

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

Shades of Galliano #CCA729

Tints of Galliano #CCA729

Color information

#CCA729 (or 0xCCA729) is unknown color: approx Galliano. HEX triplet: CC, A7 and 29. RGB value is (204,167,41). Sum of RGB (Red+Green+Blue) = 204+167+41=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 167 (65.62% from 255 or 40.53% from 412); Blue value is 41 (16.41% from 255 or 9.95% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA729 is #3358D6. Grayscale: #A4A4A4. Windows color (decimal): -3365079 or 2729932. OLE color: 2729932.

HSL color Cylindrical-coordinate representation of color #CCA729: hue angle of 46.38º 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 #CCA729 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB20416741-
CMYK00.180.800.2
HSL46.38º66.53%48.04%-
HSV(B)46.38º79.9%80%-
XYZ39.1240.637.88-
YUV163.758.76156.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.51%
GREEN value IS 167 (65.62% from 255) = 40.53%
BLUE value IS 41 (16.41% from 255) = 9.95%
R=49.51%
G=40.53%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041674100.180.800.246.3866.5348.04
HexCCA72901250142e4330
Octal31424751022120245610360
Binary11001100101001111010010100101010000101001011101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA729; }

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

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

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

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

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

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

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

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