#C2B534

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

Shades of Old Gold #C2B534

Tints of Old Gold #C2B534

Color information

#C2B534 (or 0xC2B534) is unknown color: approx Old Gold. HEX triplet: C2, B5 and 34. RGB value is (194,181,52). Sum of RGB (Red+Green+Blue) = 194+181+52=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 52 (20.70% from 255 or 12.18% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B534 is #3D4ACB. Grayscale: #AAAAAA. Windows color (decimal): -4016844 or 3454402. OLE color: 3454402.

HSL color Cylindrical-coordinate representation of color #C2B534: hue angle of 54.51º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2B534 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB19418152-
CMYK00.070.730.24
HSL54.51º57.72%48.24%-
HSV(B)54.51º73.2%76.08%-
XYZ39.3944.779.81-
YUV170.1861.31144.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.43%
GREEN value IS 181 (71.09% from 255) = 42.39%
BLUE value IS 52 (20.70% from 255) = 12.18%
R=45.43%
G=42.39%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941815200.070.730.2454.5157.7248.24
HexC2B534074918373a30
Octal302265640711130677260
Binary11000010101101011101000111100100111000110111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B534; }

 p { color: rgb(194,181,52); }

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

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

 a { background-color: rgb(194,181,52); }

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

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

 span { border-color: rgb(194,181,52); }

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