Html Css Color HEX #C5A111 Buddha Gold

📋 copy color: '#C5A111'

red 197 ◦ green 161 ◦ blue 17

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

Shades of Buddha Gold #C5A111

Tints of Buddha Gold #C5A111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.53%

R = 52.53%
G = 42.93%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C5A111 (or 0xC5A111) is known color: Buddha Gold. HEX triplet: C5, A1 and 11. RGB value is (197,161,17). Sum of RGB (Red+Green+Blue) = 197+161+17=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A111 is #3A5EEE. Grayscale: #9B9B9B. Windows color (decimal): -3825391 or 1155525. OLE color: 1155525.

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

Color convert

RGB 197 161 17 -
CMYK 0 0.18 0.91 0.23
HSL 48º 0.84% 0.42% -
HSV(B) 48º 0.91% 0.77% -
XYZ 35.87 37.4 5.86 -
YUV 155.35 49.93 157.71 -
System Red Green Blue C M Y K H S L
Decimal 197 161 17 0 0.18 0.91 0.23 48 0.84 0.42
Hex C5 A1 11 0 12 5B 17 30 54 2A
Octal 305 241 21 0 22 133 27 60 124 52
Binary 11000101 10100001 10001 0 10010 1011011 10111 110000 1010100 101010

Color Harmonies of #C5A111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A111

Black with #C5A111

Text Example


Text Example

White with #C5A111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A111; }

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

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

background-color css

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

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

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

border-color css

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

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

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