#CCAB2A

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

Shades of Galliano #CCAB2A

Tints of Galliano #CCAB2A

Color information

#CCAB2A (or 0xCCAB2A) is unknown color: approx Galliano. HEX triplet: CC, AB and 2A. RGB value is (204,171,42). Sum of RGB (Red+Green+Blue) = 204+171+42=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 42 (16.80% from 255 or 10.07% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB2A is #3354D5. Grayscale: #A6A6A6. Windows color (decimal): -3364054 or 2796492. OLE color: 2796492.

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

Color convert

RGB20417142-
CMYK00.160.790.2
HSL47.78º65.85%48.24%-
HSV(B)47.78º79.41%80%-
XYZ39.8842.138.22-
YUV166.1657.93154.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.92%
GREEN value IS 171 (67.19% from 255) = 41.01%
BLUE value IS 42 (16.80% from 255) = 10.07%
R=48.92%
G=41.01%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041714200.160.790.247.7865.8548.24
HexCCAB2A0104F14304230
Octal31425352020117246010260
Binary11001100101010111010100100001001111101001100001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAB2A; }

 p { color: rgb(204,171,42); }

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

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

 a { background-color: rgb(204,171,42); }

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

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

 span { border-color: rgb(204,171,42); }

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