#C0BB3F

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

Shades of Old Gold #C0BB3F

Tints of Old Gold #C0BB3F

Color information

#C0BB3F (or 0xC0BB3F) is unknown color: approx Old Gold. HEX triplet: C0, BB and 3F. RGB value is (192,187,63). Sum of RGB (Red+Green+Blue) = 192+187+63=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BB3F is #3F44C0. Grayscale: #AEAEAE. Windows color (decimal): -4146369 or 4176832. OLE color: 4176832.

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

Color convert

RGB19218763-
CMYK00.030.670.25
HSL57.67º50.59%50%-
HSV(B)57.67º67.19%75.29%-
XYZ40.4147.1111.67-
YUV174.3665.16140.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.44%
GREEN value IS 187 (73.44% from 255) = 42.31%
BLUE value IS 63 (25% from 255) = 14.25%
R=43.44%
G=42.31%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921876300.030.670.2557.6750.5950
HexC0BB3F0343193a3332
Octal300273770310331726362
Binary1100000010111011111111011100001111001111010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BB3F; }

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

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

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

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

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

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

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

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