Html Css Color HEX #C5A110 Buddha Gold

📋 copy color: '#C5A110'

red 197 ◦ green 161 ◦ blue 16

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

Shades of Buddha Gold #C5A110

Tints of Buddha Gold #C5A110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.28%

R = 52.67%
G = 43.05%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C5A110 (or 0xC5A110) is known color: Buddha Gold. HEX triplet: C5, A1 and 10. RGB value is (197,161,16). Sum of RGB (Red+Green+Blue) = 197+161+16=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 161 (63.28% from 255 or 43.05% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A110 is #3A5EEF. Grayscale: #9B9B9B. Windows color (decimal): -3825392 or 1089989. OLE color: 1089989.

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

Color convert

RGB 197 161 16 -
CMYK 0 0.18 0.92 0.23
HSL 48.07º 0.85% 0.42% -
HSV(B) 48.07º 0.92% 0.77% -
XYZ 35.86 37.4 5.82 -
YUV 155.23 49.43 157.79 -
System Red Green Blue C M Y K H S L
Decimal 197 161 16 0 0.18 0.92 0.23 48.07 0.85 0.42
Hex C5 A1 10 0 12 5C 17 30 55 2A
Octal 305 241 20 0 22 134 27 60 125 52
Binary 11000101 10100001 10000 0 10010 1011100 10111 110000 1010101 101010

Color Harmonies of #C5A110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A110

Black with #C5A110

Text Example


Text Example

White with #C5A110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A110; }

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

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

background-color css

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

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

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

border-color css

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

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

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