Html Css Color HEX #C49810 Buddha Gold

📋 copy color: '#C49810'

red 196 ◦ green 152 ◦ blue 16

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

Shades of Buddha Gold #C49810

Tints of Buddha Gold #C49810

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.76%

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

R = 53.85%
G = 41.76%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C49810 (or 0xC49810) is known color: Buddha Gold. HEX triplet: C4, 98 and 10. RGB value is (196,152,16). Sum of RGB (Red+Green+Blue) = 196+152+16=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C49810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49810 is #3B67EF. Grayscale: #969696. Windows color (decimal): -3893232 or 1087684. OLE color: 1087684.

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

Color convert

RGB 196 152 16 -
CMYK 0 0.22 0.92 0.23
HSL 45.33º 0.85% 0.42% -
HSV(B) 45.33º 0.92% 0.77% -
XYZ 34.09 34.23 5.3 -
YUV 149.65 52.58 161.06 -
System Red Green Blue C M Y K H S L
Decimal 196 152 16 0 0.22 0.92 0.23 45.33 0.85 0.42
Hex C4 98 10 0 16 5C 17 2D 55 2A
Octal 304 230 20 0 26 134 27 55 125 52
Binary 11000100 10011000 10000 0 10110 1011100 10111 101101 1010101 101010

Color Harmonies of #C49810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49810

Black with #C49810

Text Example


Text Example

White with #C49810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49810; }

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

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

background-color css

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

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

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

border-color css

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

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

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