Html Css Color HEX #C49610 Buddha Gold

📋 copy color: '#C49610'

red 196 ◦ green 150 ◦ blue 16

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

Shades of Buddha Gold #C49610

Tints of Buddha Gold #C49610

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.44%

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

R = 54.14%
G = 41.44%
B = 4.42%

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

#C49610 (or 0xC49610) is known color: Buddha Gold. HEX triplet: C4, 96 and 10. RGB value is (196,150,16). Sum of RGB (Red+Green+Blue) = 196+150+16=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 16 (6.64% from 255 or 4.42% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C49610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49610 is #3B69EF. Grayscale: #959595. Windows color (decimal): -3893744 or 1087172. OLE color: 1087172.

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

Color convert

RGB 196 150 16 -
CMYK 0 0.23 0.92 0.23
HSL 44.67º 0.85% 0.42% -
HSV(B) 44.67º 0.92% 0.77% -
XYZ 33.76 33.59 5.19 -
YUV 148.48 53.24 161.9 -
System Red Green Blue C M Y K H S L
Decimal 196 150 16 0 0.23 0.92 0.23 44.67 0.85 0.42
Hex C4 96 10 0 17 5C 17 2D 55 2A
Octal 304 226 20 0 27 134 27 55 125 52
Binary 11000100 10010110 10000 0 10111 1011100 10111 101101 1010101 101010

Color Harmonies of #C49610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49610

Black with #C49610

Text Example


Text Example

White with #C49610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49610; }

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

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

background-color css

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

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

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

border-color css

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

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

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