#C2B435

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

Shades of Old Gold #C2B435

Tints of Old Gold #C2B435

Color information

#C2B435 (or 0xC2B435) is unknown color: approx Old Gold. HEX triplet: C2, B4 and 35. RGB value is (194,180,53). Sum of RGB (Red+Green+Blue) = 194+180+53=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 53 (21.09% from 255 or 12.41% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B435 is #3D4BCA. Grayscale: #AAAAAA. Windows color (decimal): -4017099 or 3519682. OLE color: 3519682.

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

Color convert

RGB19418053-
CMYK00.070.730.24
HSL54.04º57.09%48.43%-
HSV(B)54.04º72.68%76.08%-
XYZ39.2144.379.87-
YUV169.7162.14145.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.43%
GREEN value IS 180 (70.70% from 255) = 42.15%
BLUE value IS 53 (21.09% from 255) = 12.41%
R=45.43%
G=42.15%
B=12.41%

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
Decimal1941805300.070.730.2454.0457.0948.43
HexC2B435074918363930
Octal302264650711130667160
Binary11000010101101001101010111100100111000110110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B435; }

 p { color: rgb(194,180,53); }

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

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

 a { background-color: rgb(194,180,53); }

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

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

 span { border-color: rgb(194,180,53); }

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