Html Css Color HEX #C5BA48 Old Gold

📋 copy color: '#C5BA48'

red 197 ◦ green 186 ◦ blue 72

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

Shades of Old Gold #C5BA48

Tints of Old Gold #C5BA48

RGB

 RED value IS 197 (77.34% from 255) = 43.3%

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

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

R = 43.3%
G = 40.88%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C5BA48 (or 0xC5BA48) is known color: Old Gold. HEX triplet: C5, BA and 48. RGB value is (197,186,72). Sum of RGB (Red+Green+Blue) = 197+186+72=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BA48 is #3A45B7. Grayscale: #B0B0B0. Windows color (decimal): -3818936 or 4766405. OLE color: 4766405.

HSL color Cylindrical-coordinate representation of color #C5BA48: hue angle of 54.72º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5BA48 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 186 72 -
CMYK 0 0.06 0.63 0.23
HSL 54.72º 0.52% 0.53% -
HSV(B) 54.72º 0.63% 0.77% -
XYZ 41.75 47.46 13.09 -
YUV 176.29 69.14 142.77 -
System Red Green Blue C M Y K H S L
Decimal 197 186 72 0 0.06 0.63 0.23 54.72 0.52 0.53
Hex C5 BA 48 0 6 3F 17 37 34 35
Octal 305 272 110 0 6 77 27 67 64 65
Binary 11000101 10111010 1001000 0 110 111111 10111 110111 110100 110101

Color Harmonies of #C5BA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA48

Black with #C5BA48

Text Example


Text Example

White with #C5BA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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