#cc9e2c

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

Shades of Galliano #CC9E2C

Tints of Galliano #CC9E2C

Color information

#CC9E2C (or 0xCC9E2C) is unknown color: approx Galliano. HEX triplet: CC, 9E and 2C. RGB value is (204,158,44). Sum of RGB (Red+Green+Blue) = 204+158+44=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 44 (17.58% from 255 or 10.84% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9E2C is #3361D3. Grayscale: #9F9F9F. Windows color (decimal): -3367380 or 2924236. OLE color: 2924236.

HSL color Cylindrical-coordinate representation of color #CC9E2C: hue angle of 42.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC9E2C is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB20415844-
CMYK00.230.780.2
HSL42.75º64.52%48.63%-
HSV(B)42.75º78.43%80%-
XYZ37.5837.477.64-
YUV158.7663.24160.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.25%
GREEN value IS 158 (62.11% from 255) = 38.92%
BLUE value IS 44 (17.58% from 255) = 10.84%
R=50.25%
G=38.92%
B=10.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.78
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041584400.230.780.242.7564.5248.63
HexCC9E2C0174E142b4131
Octal31423654027116245310161
Binary11001100100111101011000101111001110101001010111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc9e2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc9e2c; }

 p { color: rgb(204,158,44); }

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

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

 a { background-color: rgb(204,158,44); }

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

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

 span { border-color: rgb(204,158,44); }

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