Html Css Color HEX #C49411 Buddha Gold

📋 copy color: '#C49411'

red 196 ◦ green 148 ◦ blue 17

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

Shades of Buddha Gold #C49411

Tints of Buddha Gold #C49411

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41%

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

R = 54.29%
G = 41%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C49411 (or 0xC49411) is known color: Buddha Gold. HEX triplet: C4, 94 and 11. RGB value is (196,148,17). Sum of RGB (Red+Green+Blue) = 196+148+17=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 17 (7.03% from 255 or 4.71% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C49411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49411 is #3B6BEE. Grayscale: #939393. Windows color (decimal): -3894255 or 1152196. OLE color: 1152196.

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

Color convert

RGB 196 148 17 -
CMYK 0 0.24 0.91 0.23
HSL 43.91º 0.84% 0.42% -
HSV(B) 43.91º 0.91% 0.77% -
XYZ 33.46 32.96 5.13 -
YUV 147.42 54.4 162.65 -
System Red Green Blue C M Y K H S L
Decimal 196 148 17 0 0.24 0.91 0.23 43.91 0.84 0.42
Hex C4 94 11 0 18 5B 17 2C 54 2A
Octal 304 224 21 0 30 133 27 54 124 52
Binary 11000100 10010100 10001 0 11000 1011011 10111 101100 1010100 101010

Color Harmonies of #C49411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49411

Black with #C49411

Text Example


Text Example

White with #C49411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49411; }

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

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

background-color css

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

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

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

border-color css

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

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

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