Html Css Color HEX #C2B946 Old Gold

📋 copy color: '#C2B946'

red 194 ◦ green 185 ◦ blue 70

#C2B946
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Gold #C2B946

Tints of Old Gold #C2B946

RGB

 RED value IS 194 (76.17% from 255) = 43.21%

 GREEN value IS 185 (72.66% from 255) = 41.2%

 BLUE value IS 70 (27.73% from 255) = 15.59%

R = 43.21%
G = 41.2%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C2B946 (or 0xC2B946) is known color: Old Gold. HEX triplet: C2, B9 and 46. RGB value is (194,185,70). Sum of RGB (Red+Green+Blue) = 194+185+70=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B946 is #3D46B9. Grayscale: #AFAFAF. Windows color (decimal): -4015802 or 4635074. OLE color: 4635074.

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

Color convert

RGB 194 185 70 -
CMYK 0 0.05 0.64 0.24
HSL 55.65º 0.5% 0.52% -
HSV(B) 55.65º 0.64% 0.76% -
XYZ 40.7 46.61 12.65 -
YUV 174.58 68.98 141.85 -
System Red Green Blue C M Y K H S L
Decimal 194 185 70 0 0.05 0.64 0.24 55.65 0.5 0.52
Hex C2 B9 46 0 5 40 18 38 32 34
Octal 302 271 106 0 5 100 30 70 62 64
Binary 11000010 10111001 1000110 0 101 1000000 11000 111000 110010 110100

Color Harmonies of #C2B946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B946

Black with #C2B946

Text Example


Text Example

White with #C2B946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B946; }

 p { color: rgb(194,185,70); }

 H1.HeaderClassName
 {
   color: #C2B946;
 }
 .AnyTagClassName
 {
   color: #C2B946;
 }
</style>

background-color css

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

 a { background-color: rgb(194,185,70); }

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

border-color css

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

 span { border-color: rgb(194,185,70); }

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