Html Css Color HEX #C49711 Buddha Gold

📋 copy color: '#C49711'

red 196 ◦ green 151 ◦ blue 17

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

Shades of Buddha Gold #C49711

Tints of Buddha Gold #C49711

RGB

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

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

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

R = 53.85%
G = 41.48%
B = 4.67%

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

#C49711 (or 0xC49711) is known color: Buddha Gold. HEX triplet: C4, 97 and 11. RGB value is (196,151,17). Sum of RGB (Red+Green+Blue) = 196+151+17=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 17 (7.03% from 255 or 4.67% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C49711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49711 is #3B68EE. Grayscale: #959595. Windows color (decimal): -3893487 or 1152964. OLE color: 1152964.

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

Color convert

RGB 196 151 17 -
CMYK 0 0.23 0.91 0.23
HSL 44.92º 0.84% 0.42% -
HSV(B) 44.92º 0.91% 0.77% -
XYZ 33.93 33.91 5.29 -
YUV 149.18 53.41 161.4 -
System Red Green Blue C M Y K H S L
Decimal 196 151 17 0 0.23 0.91 0.23 44.92 0.84 0.42
Hex C4 97 11 0 17 5B 17 2D 54 2A
Octal 304 227 21 0 27 133 27 55 124 52
Binary 11000100 10010111 10001 0 10111 1011011 10111 101101 1010100 101010

Color Harmonies of #C49711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49711

Black with #C49711

Text Example


Text Example

White with #C49711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49711; }

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

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

background-color css

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

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

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

border-color css

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

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

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