Html Css Color HEX #C49414 Buddha Gold

📋 copy color: '#C49414'

red 196 ◦ green 148 ◦ blue 20

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

Shades of Buddha Gold #C49414

Tints of Buddha Gold #C49414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.49%

R = 53.85%
G = 40.66%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C49414 (or 0xC49414) is known color: Buddha Gold. HEX triplet: C4, 94 and 14. RGB value is (196,148,20). Sum of RGB (Red+Green+Blue) = 196+148+20=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C49414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49414 is #3B6BEB. Grayscale: #949494. Windows color (decimal): -3894252 or 1348804. OLE color: 1348804.

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

Color convert

RGB 196 148 20 -
CMYK 0 0.24 0.90 0.23
HSL 43.64º 0.81% 0.42% -
HSV(B) 43.64º 0.9% 0.77% -
XYZ 33.48 32.97 5.26 -
YUV 147.76 55.9 162.41 -
System Red Green Blue C M Y K H S L
Decimal 196 148 20 0 0.24 0.90 0.23 43.64 0.81 0.42
Hex C4 94 14 0 18 5A 17 2C 51 2A
Octal 304 224 24 0 30 132 27 54 121 52
Binary 11000100 10010100 10100 0 11000 1011010 10111 101100 1010001 101010

Color Harmonies of #C49414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49414

Black with #C49414

Text Example


Text Example

White with #C49414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49414; }

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

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

background-color css

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

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

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

border-color css

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

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

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