#CCA829

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

Shades of Galliano #CCA829

Tints of Galliano #CCA829

Color information

#CCA829 (or 0xCCA829) is unknown color: approx Galliano. HEX triplet: CC, A8 and 29. RGB value is (204,168,41). Sum of RGB (Red+Green+Blue) = 204+168+41=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 41 (16.41% from 255 or 9.93% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA829 is #3357D6. Grayscale: #A4A4A4. Windows color (decimal): -3364823 or 2730188. OLE color: 2730188.

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

Color convert

RGB20416841-
CMYK00.180.800.2
HSL46.75º66.53%48.04%-
HSV(B)46.75º79.9%80%-
XYZ39.3417.94-
YUV164.2958.43156.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.39%
GREEN value IS 168 (66.02% from 255) = 40.68%
BLUE value IS 41 (16.41% from 255) = 9.93%
R=49.39%
G=40.68%
B=9.93%

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
Decimal2041684100.180.800.246.7566.5348.04
HexCCA82901250142f4330
Octal31425051022120245710360
Binary11001100101010001010010100101010000101001011111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA829; }

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

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

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

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

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

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

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

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