Html Css Color HEX #C5A119 Buddha Gold

📋 copy color: '#C5A119'

red 197 ◦ green 161 ◦ blue 25

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

Shades of Buddha Gold #C5A119

Tints of Buddha Gold #C5A119

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.04%

 BLUE value IS 25 (10.16% from 255) = 6.53%

R = 51.44%
G = 42.04%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5A119 (or 0xC5A119) is known color: Buddha Gold. HEX triplet: C5, A1 and 19. RGB value is (197,161,25). Sum of RGB (Red+Green+Blue) = 197+161+25=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 25 (10.16% from 255 or 6.53% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A119 is #3A5EE6. Grayscale: #9C9C9C. Windows color (decimal): -3825383 or 1679813. OLE color: 1679813.

HSL color Cylindrical-coordinate representation of color #C5A119: hue angle of 47.44º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5A119 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 161 25 -
CMYK 0 0.18 0.87 0.23
HSL 47.44º 0.77% 0.44% -
HSV(B) 47.44º 0.87% 0.77% -
XYZ 35.95 37.43 6.25 -
YUV 156.26 53.93 157.06 -
System Red Green Blue C M Y K H S L
Decimal 197 161 25 0 0.18 0.87 0.23 47.44 0.77 0.44
Hex C5 A1 19 0 12 57 17 2F 4D 2C
Octal 305 241 31 0 22 127 27 57 115 54
Binary 11000101 10100001 11001 0 10010 1010111 10111 101111 1001101 101100

Color Harmonies of #C5A119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A119

Black with #C5A119

Text Example


Text Example

White with #C5A119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A119; }

 p { color: rgb(197,161,25); }

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

background-color css

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

 a { background-color: rgb(197,161,25); }

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

border-color css

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

 span { border-color: rgb(197,161,25); }

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