Html Css Color HEX #C49211 Buddha Gold

📋 copy color: '#C49211'

red 196 ◦ green 146 ◦ blue 17

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

Shades of Buddha Gold #C49211

Tints of Buddha Gold #C49211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.67%

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

R = 54.6%
G = 40.67%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C49211 (or 0xC49211) is known color: Buddha Gold. HEX triplet: C4, 92 and 11. RGB value is (196,146,17). Sum of RGB (Red+Green+Blue) = 196+146+17=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C49211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49211 is #3B6DEE. Grayscale: #929292. Windows color (decimal): -3894767 or 1151684. OLE color: 1151684.

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

Color convert

RGB 196 146 17 -
CMYK 0 0.26 0.91 0.23
HSL 43.24º 0.84% 0.42% -
HSV(B) 43.24º 0.91% 0.77% -
XYZ 33.15 32.33 5.02 -
YUV 146.24 55.07 163.49 -
System Red Green Blue C M Y K H S L
Decimal 196 146 17 0 0.26 0.91 0.23 43.24 0.84 0.42
Hex C4 92 11 0 1A 5B 17 2B 54 2A
Octal 304 222 21 0 32 133 27 53 124 52
Binary 11000100 10010010 10001 0 11010 1011011 10111 101011 1010100 101010

Color Harmonies of #C49211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49211

Black with #C49211

Text Example


Text Example

White with #C49211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49211; }

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

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

background-color css

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

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

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

border-color css

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

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

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