#CCA528

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

Shades of Galliano #CCA528

Tints of Galliano #CCA528

Color information

#CCA528 (or 0xCCA528) is unknown color: approx Galliano. HEX triplet: CC, A5 and 28. RGB value is (204,165,40). Sum of RGB (Red+Green+Blue) = 204+165+40=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA528 is #335AD7. Grayscale: #A2A2A2. Windows color (decimal): -3365592 or 2663884. OLE color: 2663884.

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

Color convert

RGB20416540-
CMYK00.190.800.2
HSL45.73º67.21%47.84%-
HSV(B)45.73º80.39%80%-
XYZ38.7439.97.67-
YUV162.4158.92157.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.88%
GREEN value IS 165 (64.84% from 255) = 40.34%
BLUE value IS 40 (16.02% from 255) = 9.78%
R=49.88%
G=40.34%
B=9.78%

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
Decimal2041654000.190.800.245.7367.2147.84
HexCCA52801350142e4330
Octal31424550023120245610360
Binary11001100101001011010000100111010000101001011101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA528; }

 p { color: rgb(204,165,40); }

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

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

 a { background-color: rgb(204,165,40); }

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

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

 span { border-color: rgb(204,165,40); }

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