#C9C132

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

Shades of Old Gold #C9C132

Tints of Old Gold #C9C132

Color information

#C9C132 (or 0xC9C132) is unknown color: approx Old Gold. HEX triplet: C9, C1 and 32. RGB value is (201,193,50). Sum of RGB (Red+Green+Blue) = 201+193+50=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C132 is #363ECD. Grayscale: #B3B3B3. Windows color (decimal): -3555022 or 3326409. OLE color: 3326409.

HSL color Cylindrical-coordinate representation of color #C9C132: hue angle of 56.82º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9C132 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB20119350-
CMYK00.040.750.21
HSL56.82º60.16%49.22%-
HSV(B)56.82º75.12%78.82%-
XYZ43.7350.7910.52-
YUV179.0955.15143.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.27%
GREEN value IS 193 (75.78% from 255) = 43.47%
BLUE value IS 50 (19.92% from 255) = 11.26%
R=45.27%
G=43.47%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011935000.040.750.2156.8260.1649.22
HexC9C132044B15393c31
Octal311301620411325717461
Binary11001001110000011100100100100101110101111001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C132; }

 p { color: rgb(201,193,50); }

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

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

 a { background-color: rgb(201,193,50); }

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

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

 span { border-color: rgb(201,193,50); }

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