#C0B542

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

Shades of Old Gold #C0B542

Tints of Old Gold #C0B542

Color information

#C0B542 (or 0xC0B542) is unknown color: approx Old Gold. HEX triplet: C0, B5 and 42. RGB value is (192,181,66). Sum of RGB (Red+Green+Blue) = 192+181+66=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B542 is #3F4ABD. Grayscale: #ABABAB. Windows color (decimal): -4147902 or 4371904. OLE color: 4371904.

HSL color Cylindrical-coordinate representation of color #C0B542: hue angle of 54.76º 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 #C0B542 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB19218166-
CMYK00.060.660.25
HSL54.76º50%50.59%-
HSV(B)54.76º65.62%75.29%-
XYZ39.2544.6511.7-
YUV171.1868.64142.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.74%
GREEN value IS 181 (71.09% from 255) = 41.23%
BLUE value IS 66 (26.17% from 255) = 15.03%
R=43.74%
G=41.23%
B=15.03%

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
Decimal1921816600.060.660.2554.765050.59
HexC0B542064219373233
Octal3002651020610231676263
Binary110000001011010110000100110100001011001110111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B542; }

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

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

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

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

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

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

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

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