#C0BA3A

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

Shades of Old Gold #C0BA3A

Tints of Old Gold #C0BA3A

Color information

#C0BA3A (or 0xC0BA3A) is unknown color: approx Old Gold. HEX triplet: C0, BA and 3A. RGB value is (192,186,58). Sum of RGB (Red+Green+Blue) = 192+186+58=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA3A is #3F45C5. Grayscale: #ADADAD. Windows color (decimal): -4146630 or 3848896. OLE color: 3848896.

HSL color Cylindrical-coordinate representation of color #C0BA3A: hue angle of 57.31º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0BA3A is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19218658-
CMYK00.030.700.25
HSL57.31º53.6%49.02%-
HSV(B)57.31º69.79%75.29%-
XYZ40.0646.6310.89-
YUV173.262.99141.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.04%
GREEN value IS 186 (73.05% from 255) = 42.66%
BLUE value IS 58 (23.05% from 255) = 13.30%
R=44.04%
G=42.66%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921865800.030.700.2557.3153.649.02
HexC0BA3A034619393631
Octal300272720310631716661
Binary1100000010111010111010011100011011001111001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BA3A; }

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

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

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

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

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

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

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

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