Html Css Color HEX #C5A210 Buddha Gold

📋 copy color: '#C5A210'

red 197 ◦ green 162 ◦ blue 16

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

Shades of Buddha Gold #C5A210

Tints of Buddha Gold #C5A210

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.2%

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

R = 52.53%
G = 43.2%
B = 4.27%

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

#C5A210 (or 0xC5A210) is known color: Buddha Gold. HEX triplet: C5, A2 and 10. RGB value is (197,162,16). Sum of RGB (Red+Green+Blue) = 197+162+16=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5A210 is #3A5DEF. Grayscale: #9C9C9C. Windows color (decimal): -3825136 or 1090245. OLE color: 1090245.

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

Color convert

RGB 197 162 16 -
CMYK 0 0.18 0.92 0.23
HSL 48.4º 0.85% 0.42% -
HSV(B) 48.4º 0.92% 0.77% -
XYZ 36.04 37.75 5.88 -
YUV 155.82 49.1 157.37 -
System Red Green Blue C M Y K H S L
Decimal 197 162 16 0 0.18 0.92 0.23 48.4 0.85 0.42
Hex C5 A2 10 0 12 5C 17 30 55 2A
Octal 305 242 20 0 22 134 27 60 125 52
Binary 11000101 10100010 10000 0 10010 1011100 10111 110000 1010101 101010

Color Harmonies of #C5A210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A210

Black with #C5A210

Text Example


Text Example

White with #C5A210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A210; }

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

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

background-color css

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

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

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

border-color css

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

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

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