#C0BA2F

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

Shades of Old Gold #C0BA2F

Tints of Old Gold #C0BA2F

Color information

#C0BA2F (or 0xC0BA2F) is unknown color: approx Old Gold. HEX triplet: C0, BA and 2F. RGB value is (192,186,47). Sum of RGB (Red+Green+Blue) = 192+186+47=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 47 (18.75% from 255 or 11.06% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA2F is #3F45D0. Grayscale: #ACACAC. Windows color (decimal): -4146641 or 3128000. OLE color: 3128000.

HSL color Cylindrical-coordinate representation of color #C0BA2F: hue angle of 57.52º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0BA2F is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB19218647-
CMYK00.030.760.25
HSL57.52º60.67%46.86%-
HSV(B)57.52º75.52%75.29%-
XYZ39.8146.539.57-
YUV171.9557.49142.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.18%
GREEN value IS 186 (73.05% from 255) = 43.76%
BLUE value IS 47 (18.75% from 255) = 11.06%
R=45.18%
G=43.76%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921864700.030.760.2557.5260.6746.86
HexC0BA2F034C193a3d2f
Octal300272570311431727557
Binary1100000010111010101111011100110011001111010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BA2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BA2F; }

 p { color: rgb(192,186,47); }

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

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

 a { background-color: rgb(192,186,47); }

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

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

 span { border-color: rgb(192,186,47); }

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