#C0B337

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

Shades of Old Gold #C0B337

Tints of Old Gold #C0B337

Color information

#C0B337 (or 0xC0B337) is unknown color: approx Old Gold. HEX triplet: C0, B3 and 37. RGB value is (192,179,55). Sum of RGB (Red+Green+Blue) = 192+179+55=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 55 (21.88% from 255 or 12.91% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B337 is #3F4CC8. Grayscale: #A9A9A9. Windows color (decimal): -4148425 or 3650496. OLE color: 3650496.

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

Color convert

RGB19217955-
CMYK00.070.710.25
HSL54.31º55.47%48.43%-
HSV(B)54.31º71.35%75.29%-
XYZ38.5543.7210.02-
YUV168.7563.81144.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.07%
GREEN value IS 179 (70.31% from 255) = 42.02%
BLUE value IS 55 (21.88% from 255) = 12.91%
R=45.07%
G=42.02%
B=12.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921795500.070.710.2554.3155.4748.43
HexC0B337074719363730
Octal300263670710731666760
Binary11000000101100111101110111100011111001110110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B337; }

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

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

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

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

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

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

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

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