#C0B437

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

Shades of Old Gold #C0B437

Tints of Old Gold #C0B437

Color information

#C0B437 (or 0xC0B437) is unknown color: approx Old Gold. HEX triplet: C0, B4 and 37. RGB value is (192,180,55). Sum of RGB (Red+Green+Blue) = 192+180+55=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 55 (21.88% from 255 or 12.88% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B437 is #3F4BC8. Grayscale: #A9A9A9. Windows color (decimal): -4148169 or 3650752. OLE color: 3650752.

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

Color convert

RGB19218055-
CMYK00.060.710.25
HSL54.74º55.47%48.43%-
HSV(B)54.74º71.35%75.29%-
XYZ38.7544.1210.09-
YUV169.3463.48144.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.96%
GREEN value IS 180 (70.70% from 255) = 42.15%
BLUE value IS 55 (21.88% from 255) = 12.88%
R=44.96%
G=42.15%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921805500.060.710.2554.7455.4748.43
HexC0B437064719373730
Octal300264670610731676760
Binary11000000101101001101110110100011111001110111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B437; }

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

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

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

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

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

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

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

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