Html Css Color HEX #C5A31A Buddha Gold

📋 copy color: '#C5A31A'

red 197 ◦ green 163 ◦ blue 26

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

Shades of Buddha Gold #C5A31A

Tints of Buddha Gold #C5A31A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.23%

 BLUE value IS 26 (10.55% from 255) = 6.74%

R = 51.04%
G = 42.23%
B = 6.74%

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

#C5A31A (or 0xC5A31A) is known color: Buddha Gold. HEX triplet: C5, A3 and 1A. RGB value is (197,163,26). Sum of RGB (Red+Green+Blue) = 197+163+26=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A31A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A31A is #3A5CE5. Grayscale: #9E9E9E. Windows color (decimal): -3824870 or 1745861. OLE color: 1745861.

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

Color convert

RGB 197 163 26 -
CMYK 0 0.17 0.87 0.23
HSL 48.07º 0.77% 0.44% -
HSV(B) 48.07º 0.87% 0.77% -
XYZ 36.31 38.14 6.43 -
YUV 157.55 53.76 156.14 -
System Red Green Blue C M Y K H S L
Decimal 197 163 26 0 0.17 0.87 0.23 48.07 0.77 0.44
Hex C5 A3 1A 0 11 57 17 30 4D 2C
Octal 305 243 32 0 21 127 27 60 115 54
Binary 11000101 10100011 11010 0 10001 1010111 10111 110000 1001101 101100

Color Harmonies of #C5A31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A31A

Black with #C5A31A

Text Example


Text Example

White with #C5A31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A31A; }

 p { color: rgb(197,163,26); }

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

background-color css

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

 a { background-color: rgb(197,163,26); }

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

border-color css

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

 span { border-color: rgb(197,163,26); }

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