Html Css Color HEX #C5A113 Buddha Gold

📋 copy color: '#C5A113'

red 197 ◦ green 161 ◦ blue 19

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

Shades of Buddha Gold #C5A113

Tints of Buddha Gold #C5A113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.04%

R = 52.25%
G = 42.71%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C5A113 (or 0xC5A113) is known color: Buddha Gold. HEX triplet: C5, A1 and 13. RGB value is (197,161,19). Sum of RGB (Red+Green+Blue) = 197+161+19=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 19 (7.81% from 255 or 5.04% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A113 is #3A5EEC. Grayscale: #9C9C9C. Windows color (decimal): -3825389 or 1286597. OLE color: 1286597.

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

Color convert

RGB 197 161 19 -
CMYK 0 0.18 0.90 0.23
HSL 47.87º 0.82% 0.42% -
HSV(B) 47.87º 0.9% 0.77% -
XYZ 35.89 37.41 5.94 -
YUV 155.58 50.93 157.55 -
System Red Green Blue C M Y K H S L
Decimal 197 161 19 0 0.18 0.90 0.23 47.87 0.82 0.42
Hex C5 A1 13 0 12 5A 17 30 52 2A
Octal 305 241 23 0 22 132 27 60 122 52
Binary 11000101 10100001 10011 0 10010 1011010 10111 110000 1010010 101010

Color Harmonies of #C5A113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A113

Black with #C5A113

Text Example


Text Example

White with #C5A113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A113; }

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

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

background-color css

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

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

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

border-color css

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

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

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