#C0B442

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

Shades of Old Gold #C0B442

Tints of Old Gold #C0B442

Color information

#C0B442 (or 0xC0B442) is unknown color: approx Old Gold. HEX triplet: C0, B4 and 42. RGB value is (192,180,66). Sum of RGB (Red+Green+Blue) = 192+180+66=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 66 (26.17% from 255 or 15.07% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B442 is #3F4BBD. Grayscale: #ABABAB. Windows color (decimal): -4148158 or 4371648. OLE color: 4371648.

HSL color Cylindrical-coordinate representation of color #C0B442: hue angle of 54.29º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0B442 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB19218066-
CMYK00.060.660.25
HSL54.29º50%50.59%-
HSV(B)54.29º65.62%75.29%-
XYZ39.0444.2411.64-
YUV170.5968.98143.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.84%
GREEN value IS 180 (70.70% from 255) = 41.10%
BLUE value IS 66 (26.17% from 255) = 15.07%
R=43.84%
G=41.10%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921806600.060.660.2554.295050.59
HexC0B442064219363233
Octal3002641020610231666263
Binary110000001011010010000100110100001011001110110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B442; }

 p { color: rgb(192,180,66); }

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

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

 a { background-color: rgb(192,180,66); }

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

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

 span { border-color: rgb(192,180,66); }

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