Html Css Color HEX #C49310 Buddha Gold

📋 copy color: '#C49310'

red 196 ◦ green 147 ◦ blue 16

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

Shades of Buddha Gold #C49310

Tints of Buddha Gold #C49310

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.95%

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

R = 54.6%
G = 40.95%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C49310 (or 0xC49310) is known color: Buddha Gold. HEX triplet: C4, 93 and 10. RGB value is (196,147,16). Sum of RGB (Red+Green+Blue) = 196+147+16=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 16 (6.64% from 255 or 4.46% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C49310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49310 is #3B6CEF. Grayscale: #939393. Windows color (decimal): -3894512 or 1086404. OLE color: 1086404.

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

Color convert

RGB 196 147 16 -
CMYK 0 0.25 0.92 0.23
HSL 43.67º 0.85% 0.42% -
HSV(B) 43.67º 0.92% 0.77% -
XYZ 33.29 32.64 5.04 -
YUV 146.72 54.23 163.15 -
System Red Green Blue C M Y K H S L
Decimal 196 147 16 0 0.25 0.92 0.23 43.67 0.85 0.42
Hex C4 93 10 0 19 5C 17 2C 55 2A
Octal 304 223 20 0 31 134 27 54 125 52
Binary 11000100 10010011 10000 0 11001 1011100 10111 101100 1010101 101010

Color Harmonies of #C49310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49310

Black with #C49310

Text Example


Text Example

White with #C49310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49310; }

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

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

background-color css

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

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

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

border-color css

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

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

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