Html Css Color HEX #C49611 Buddha Gold

📋 copy color: '#C49611'

red 196 ◦ green 150 ◦ blue 17

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

Shades of Buddha Gold #C49611

Tints of Buddha Gold #C49611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.68%

R = 53.99%
G = 41.32%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C49611 (or 0xC49611) is known color: Buddha Gold. HEX triplet: C4, 96 and 11. RGB value is (196,150,17). Sum of RGB (Red+Green+Blue) = 196+150+17=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 17 (7.03% from 255 or 4.68% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C49611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49611 is #3B69EE. Grayscale: #959595. Windows color (decimal): -3893743 or 1152708. OLE color: 1152708.

HSL color Cylindrical-coordinate representation of color #C49611: hue angle of 44.58º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C49611 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 150 17 -
CMYK 0 0.23 0.91 0.23
HSL 44.58º 0.84% 0.42% -
HSV(B) 44.58º 0.91% 0.77% -
XYZ 33.77 33.59 5.23 -
YUV 148.59 53.74 161.81 -
System Red Green Blue C M Y K H S L
Decimal 196 150 17 0 0.23 0.91 0.23 44.58 0.84 0.42
Hex C4 96 11 0 17 5B 17 2D 54 2A
Octal 304 226 21 0 27 133 27 55 124 52
Binary 11000100 10010110 10001 0 10111 1011011 10111 101101 1010100 101010

Color Harmonies of #C49611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49611

Black with #C49611

Text Example


Text Example

White with #C49611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49611; }

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

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

background-color css

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

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

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

border-color css

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

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

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