#C0BC3C

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

Shades of Old Gold #C0BC3C

Tints of Old Gold #C0BC3C

Color information

#C0BC3C (or 0xC0BC3C) is unknown color: approx Old Gold. HEX triplet: C0, BC and 3C. RGB value is (192,188,60). Sum of RGB (Red+Green+Blue) = 192+188+60=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BC3C is #3F43C3. Grayscale: #AFAFAF. Windows color (decimal): -4146116 or 3980480. OLE color: 3980480.

HSL color Cylindrical-coordinate representation of color #C0BC3C: hue angle of 58.18º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0BC3C is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB19218860-
CMYK00.020.690.25
HSL58.18º52.38%49.41%-
HSV(B)58.18º68.75%75.29%-
XYZ40.5447.511.31-
YUV174.663.33140.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.64%
GREEN value IS 188 (73.83% from 255) = 42.73%
BLUE value IS 60 (23.83% from 255) = 13.64%
R=43.64%
G=42.73%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921886000.020.690.2558.1852.3849.41
HexC0BC3C0245193a3431
Octal300274740210531726461
Binary1100000010111100111100010100010111001111010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BC3C; }

 p { color: rgb(192,188,60); }

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

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

 a { background-color: rgb(192,188,60); }

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

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

 span { border-color: rgb(192,188,60); }

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