#C3B03A

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

Shades of Old Gold #C3B03A

Tints of Old Gold #C3B03A

Color information

#C3B03A (or 0xC3B03A) is unknown color: approx Old Gold. HEX triplet: C3, B0 and 3A. RGB value is (195,176,58). Sum of RGB (Red+Green+Blue) = 195+176+58=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 58 (23.05% from 255 or 13.52% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3B03A is #3C4FC5. Grayscale: #A8A8A8. Windows color (decimal): -3952582 or 3846339. OLE color: 3846339.

HSL color Cylindrical-coordinate representation of color #C3B03A: hue angle of 51.68º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3B03A is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19517658-
CMYK00.100.700.24
HSL51.68º54.15%49.61%-
HSV(B)51.68º70.26%76.47%-
XYZ38.7942.9610.25-
YUV168.2365.79147.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.45%
GREEN value IS 176 (69.14% from 255) = 41.03%
BLUE value IS 58 (23.05% from 255) = 13.52%
R=45.45%
G=41.03%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951765800.100.700.2451.6854.1549.61
HexC3B03A0A4618343632
Octal3032607201210630646662
Binary110000111011000011101001010100011011000110100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B03A; }

 p { color: rgb(195,176,58); }

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

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

 a { background-color: rgb(195,176,58); }

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

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

 span { border-color: rgb(195,176,58); }

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