#C2B03E

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

Shades of Old Gold #C2B03E

Tints of Old Gold #C2B03E

Color information

#C2B03E (or 0xC2B03E) is unknown color: approx Old Gold. HEX triplet: C2, B0 and 3E. RGB value is (194,176,62). Sum of RGB (Red+Green+Blue) = 194+176+62=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 62 (24.61% from 255 or 14.35% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B03E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B03E is #3D4FC1. Grayscale: #A8A8A8. Windows color (decimal): -4018114 or 4108482. OLE color: 4108482.

HSL color Cylindrical-coordinate representation of color #C2B03E: hue angle of 51.82º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2B03E is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB19417662-
CMYK00.090.680.24
HSL51.82º51.97%50.2%-
HSV(B)51.82º68.04%76.08%-
XYZ38.6442.8710.8-
YUV168.3967.96146.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.91%
GREEN value IS 176 (69.14% from 255) = 40.74%
BLUE value IS 62 (24.61% from 255) = 14.35%
R=44.91%
G=40.74%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941766200.090.680.2451.8251.9750.2
HexC2B03E094418343432
Octal3022607601110430646462
Binary110000101011000011111001001100010011000110100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B03E; }

 p { color: rgb(194,176,62); }

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

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

 a { background-color: rgb(194,176,62); }

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

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

 span { border-color: rgb(194,176,62); }

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