Html Css Color HEX #C5A419 Buddha Gold

📋 copy color: '#C5A419'

red 197 ◦ green 164 ◦ blue 25

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

Shades of Buddha Gold #C5A419

Tints of Buddha Gold #C5A419

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.49%

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

R = 51.04%
G = 42.49%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5A419 (or 0xC5A419) is known color: Buddha Gold. HEX triplet: C5, A4 and 19. RGB value is (197,164,25). Sum of RGB (Red+Green+Blue) = 197+164+25=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 25 (10.16% from 255 or 6.48% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A419 is #3A5BE6. Grayscale: #9E9E9E. Windows color (decimal): -3824615 or 1680581. OLE color: 1680581.

HSL color Cylindrical-coordinate representation of color #C5A419: hue angle of 48.49º 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 #C5A419 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 164 25 -
CMYK 0 0.17 0.87 0.23
HSL 48.49º 0.77% 0.44% -
HSV(B) 48.49º 0.87% 0.77% -
XYZ 36.48 38.49 6.43 -
YUV 158.02 52.93 155.8 -
System Red Green Blue C M Y K H S L
Decimal 197 164 25 0 0.17 0.87 0.23 48.49 0.77 0.44
Hex C5 A4 19 0 11 57 17 30 4D 2C
Octal 305 244 31 0 21 127 27 60 115 54
Binary 11000101 10100100 11001 0 10001 1010111 10111 110000 1001101 101100

Color Harmonies of #C5A419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A419

Black with #C5A419

Text Example


Text Example

White with #C5A419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A419; }

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

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

background-color css

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

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

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

border-color css

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

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

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