Html Css Color HEX #C2BA2C Old Gold

📋 copy color: '#C2BA2C'

red 194 ◦ green 186 ◦ blue 44

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

Shades of Old Gold #C2BA2C

Tints of Old Gold #C2BA2C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.87%

 BLUE value IS 44 (17.58% from 255) = 10.38%

R = 45.75%
G = 43.87%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2BA2C (or 0xC2BA2C) is known color: Old Gold. HEX triplet: C2, BA and 2C. RGB value is (194,186,44). Sum of RGB (Red+Green+Blue) = 194+186+44=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 44 (17.58% from 255 or 10.38% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BA2C is #3D45D3. Grayscale: #ACACAC. Windows color (decimal): -4015572 or 2931394. OLE color: 2931394.

HSL color Cylindrical-coordinate representation of color #C2BA2C: hue angle of 56.8º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2BA2C is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 186 44 -
CMYK 0 0.04 0.77 0.24
HSL 56.8º 0.63% 0.47% -
HSV(B) 56.8º 0.77% 0.76% -
XYZ 40.26 46.77 9.29 -
YUV 172.2 55.65 143.55 -
System Red Green Blue C M Y K H S L
Decimal 194 186 44 0 0.04 0.77 0.24 56.8 0.63 0.47
Hex C2 BA 2C 0 4 4D 18 39 3F 2F
Octal 302 272 54 0 4 115 30 71 77 57
Binary 11000010 10111010 101100 0 100 1001101 11000 111001 111111 101111

Color Harmonies of #C2BA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA2C

Black with #C2BA2C

Text Example


Text Example

White with #C2BA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA2C; }

 p { color: rgb(194,186,44); }

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

background-color css

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

 a { background-color: rgb(194,186,44); }

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

border-color css

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

 span { border-color: rgb(194,186,44); }

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