Html Css Color HEX #C2BA48 Old Gold

📋 copy color: '#C2BA48'

red 194 ◦ green 186 ◦ blue 72

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

Shades of Old Gold #C2BA48

Tints of Old Gold #C2BA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.93%

R = 42.92%
G = 41.15%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C2BA48 (or 0xC2BA48) is known color: Old Gold. HEX triplet: C2, BA and 48. RGB value is (194,186,72). Sum of RGB (Red+Green+Blue) = 194+186+72=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 72 (28.52% from 255 or 15.93% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BA48 is #3D45B7. Grayscale: #AFAFAF. Windows color (decimal): -4015544 or 4766402. OLE color: 4766402.

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

Color convert

RGB 194 186 72 -
CMYK 0 0.04 0.63 0.24
HSL 56.07º 0.5% 0.52% -
HSV(B) 56.07º 0.63% 0.76% -
XYZ 40.98 47.06 13.05 -
YUV 175.4 69.65 141.27 -
System Red Green Blue C M Y K H S L
Decimal 194 186 72 0 0.04 0.63 0.24 56.07 0.5 0.52
Hex C2 BA 48 0 4 3F 18 38 32 34
Octal 302 272 110 0 4 77 30 70 62 64
Binary 11000010 10111010 1001000 0 100 111111 11000 111000 110010 110100

Color Harmonies of #C2BA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA48

Black with #C2BA48

Text Example


Text Example

White with #C2BA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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