#C1B334

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

Shades of Old Gold #C1B334

Tints of Old Gold #C1B334

Color information

#C1B334 (or 0xC1B334) is unknown color: approx Old Gold. HEX triplet: C1, B3 and 34. RGB value is (193,179,52). Sum of RGB (Red+Green+Blue) = 193+179+52=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 52 (20.70% from 255 or 12.26% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B334 is #3E4CCB. Grayscale: #A9A9A9. Windows color (decimal): -4082892 or 3453889. OLE color: 3453889.

HSL color Cylindrical-coordinate representation of color #C1B334: hue angle of 54.04º 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 #C1B334 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB19317952-
CMYK00.070.730.24
HSL54.04º57.55%48.04%-
HSV(B)54.04º73.06%75.69%-
XYZ38.7343.839.67-
YUV168.7162.14145.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.52%
GREEN value IS 179 (70.31% from 255) = 42.22%
BLUE value IS 52 (20.70% from 255) = 12.26%
R=45.52%
G=42.22%
B=12.26%

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
Decimal1931795200.070.730.2454.0457.5548.04
HexC1B334074918363a30
Octal301263640711130667260
Binary11000001101100111101000111100100111000110110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B334; }

 p { color: rgb(193,179,52); }

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

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

 a { background-color: rgb(193,179,52); }

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

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

 span { border-color: rgb(193,179,52); }

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