#C0BB3C

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

Shades of Old Gold #C0BB3C

Tints of Old Gold #C0BB3C

Color information

#C0BB3C (or 0xC0BB3C) is unknown color: approx Old Gold. HEX triplet: C0, BB and 3C. RGB value is (192,187,60). Sum of RGB (Red+Green+Blue) = 192+187+60=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BB3C is #3F44C3. Grayscale: #AEAEAE. Windows color (decimal): -4146372 or 3980224. OLE color: 3980224.

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

Color convert

RGB19218760-
CMYK00.030.690.25
HSL57.73º52.38%49.41%-
HSV(B)57.73º68.75%75.29%-
XYZ40.3247.0711.24-
YUV174.0263.66140.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.74%
GREEN value IS 187 (73.44% from 255) = 42.60%
BLUE value IS 60 (23.83% from 255) = 13.67%
R=43.74%
G=42.60%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921876000.030.690.2557.7352.3849.41
HexC0BB3C0345193a3431
Octal300273740310531726461
Binary1100000010111011111100011100010111001111010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BB3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BB3C; }

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

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

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

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

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

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

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

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