#CCA226

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

Shades of Galliano #CCA226

Tints of Galliano #CCA226

Color information

#CCA226 (or 0xCCA226) is unknown color: approx Galliano. HEX triplet: CC, A2 and 26. RGB value is (204,162,38). Sum of RGB (Red+Green+Blue) = 204+162+38=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 38 (15.23% from 255 or 9.41% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA226 is #335DD9. Grayscale: #A0A0A0. Windows color (decimal): -3366362 or 2532044. OLE color: 2532044.

HSL color Cylindrical-coordinate representation of color #CCA226: hue angle of 44.82º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCA226 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB20416238-
CMYK00.210.810.2
HSL44.82º68.6%47.45%-
HSV(B)44.82º81.37%80%-
XYZ38.1738.827.31-
YUV160.4258.91159.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.50%
GREEN value IS 162 (63.67% from 255) = 40.10%
BLUE value IS 38 (15.23% from 255) = 9.41%
R=50.50%
G=40.10%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.81
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041623800.210.810.244.8268.647.45
HexCCA22601551142d452f
Octal31424246025121245510557
Binary11001100101000101001100101011010001101001011011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA226; }

 p { color: rgb(204,162,38); }

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

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

 a { background-color: rgb(204,162,38); }

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

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

 span { border-color: rgb(204,162,38); }

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