#C1C035

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

Shades of Old Gold #C1C035

Tints of Old Gold #C1C035

Color information

#C1C035 (or 0xC1C035) is unknown color: approx Old Gold. HEX triplet: C1, C0 and 35. RGB value is (193,192,53). Sum of RGB (Red+Green+Blue) = 193+192+53=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 53 (21.09% from 255 or 12.10% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C035 is #3E3FCA. Grayscale: #B1B1B1. Windows color (decimal): -4079563 or 3522753. OLE color: 3522753.

HSL color Cylindrical-coordinate representation of color #C1C035: hue angle of 59.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1C035 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB19319253-
CMYK00.010.730.24
HSL59.57º56.91%48.24%-
HSV(B)59.57º72.54%75.69%-
XYZ41.4849.2910.7-
YUV176.4558.33139.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.06%
GREEN value IS 192 (75.39% from 255) = 43.84%
BLUE value IS 53 (21.09% from 255) = 12.10%
R=44.06%
G=43.84%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931925300.010.730.2459.5756.9148.24
HexC1C0350149183c3930
Octal301300650111130747160
Binary110000011100000011010101100100111000111100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C035; }

 p { color: rgb(193,192,53); }

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

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

 a { background-color: rgb(193,192,53); }

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

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

 span { border-color: rgb(193,192,53); }

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