#c0b837

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

Shades of Old Gold #C0B837

Tints of Old Gold #C0B837

Color information

#C0B837 (or 0xC0B837) is unknown color: approx Old Gold. HEX triplet: C0, B8 and 37. RGB value is (192,184,55). Sum of RGB (Red+Green+Blue) = 192+184+55=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 55 (21.88% from 255 or 12.76% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B837 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B837 is #3F47C8. Grayscale: #ACACAC. Windows color (decimal): -4147145 or 3651776. OLE color: 3651776.

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

Color convert

RGB19218455-
CMYK00.040.710.25
HSL56.5º55.47%48.43%-
HSV(B)56.5º71.35%75.29%-
XYZ39.5745.7610.36-
YUV171.6962.15142.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.55%
GREEN value IS 184 (72.27% from 255) = 42.69%
BLUE value IS 55 (21.88% from 255) = 12.76%
R=44.55%
G=42.69%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921845500.040.710.2556.555.4748.43
HexC0B837044719383730
Octal300270670410731706760
Binary11000000101110001101110100100011111001111000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0b837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0b837; }

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

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

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

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

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

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

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

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