Html Css Color HEX #C49710 Buddha Gold

📋 copy color: '#C49710'

red 196 ◦ green 151 ◦ blue 16

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

Shades of Buddha Gold #C49710

Tints of Buddha Gold #C49710

RGB

 RED value IS 196 (76.95% from 255) = 53.99%

 GREEN value IS 151 (59.38% from 255) = 41.6%

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

R = 53.99%
G = 41.6%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C49710 (or 0xC49710) is known color: Buddha Gold. HEX triplet: C4, 97 and 10. RGB value is (196,151,16). Sum of RGB (Red+Green+Blue) = 196+151+16=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C49710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49710 is #3B68EF. Grayscale: #959595. Windows color (decimal): -3893488 or 1087428. OLE color: 1087428.

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

Color convert

RGB 196 151 16 -
CMYK 0 0.23 0.92 0.23
HSL 45º 0.85% 0.42% -
HSV(B) 45º 0.92% 0.77% -
XYZ 33.93 33.91 5.25 -
YUV 149.07 52.91 161.48 -
System Red Green Blue C M Y K H S L
Decimal 196 151 16 0 0.23 0.92 0.23 45 0.85 0.42
Hex C4 97 10 0 17 5C 17 2D 55 2A
Octal 304 227 20 0 27 134 27 55 125 52
Binary 11000100 10010111 10000 0 10111 1011100 10111 101101 1010101 101010

Color Harmonies of #C49710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49710

Black with #C49710

Text Example


Text Example

White with #C49710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49710; }

 p { color: rgb(196,151,16); }

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

background-color css

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

 a { background-color: rgb(196,151,16); }

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

border-color css

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

 span { border-color: rgb(196,151,16); }

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