Html Css Color HEX #C59210 Buddha Gold

📋 copy color: '#C59210'

red 197 ◦ green 146 ◦ blue 16

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

Shades of Buddha Gold #C59210

Tints of Buddha Gold #C59210

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.67%

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

R = 54.87%
G = 40.67%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C59210 (or 0xC59210) is known color: Buddha Gold. HEX triplet: C5, 92 and 10. RGB value is (197,146,16). Sum of RGB (Red+Green+Blue) = 197+146+16=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 16 (6.64% from 255 or 4.46% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C59210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C59210 is #3A6DEF. Grayscale: #939393. Windows color (decimal): -3829232 or 1086149. OLE color: 1086149.

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

Color convert

RGB 197 146 16 -
CMYK 0 0.26 0.92 0.23
HSL 43.09º 0.85% 0.42% -
HSV(B) 43.09º 0.92% 0.77% -
XYZ 33.4 32.47 5 -
YUV 146.43 54.4 164.07 -
System Red Green Blue C M Y K H S L
Decimal 197 146 16 0 0.26 0.92 0.23 43.09 0.85 0.42
Hex C5 92 10 0 1A 5C 17 2B 55 2A
Octal 305 222 20 0 32 134 27 53 125 52
Binary 11000101 10010010 10000 0 11010 1011100 10111 101011 1010101 101010

Color Harmonies of #C59210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59210

Black with #C59210

Text Example


Text Example

White with #C59210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59210; }

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

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

background-color css

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

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

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

border-color css

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

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

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