Html Css Color HEX #C49419 Buddha Gold

📋 copy color: '#C49419'

red 196 ◦ green 148 ◦ blue 25

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

Shades of Buddha Gold #C49419

Tints of Buddha Gold #C49419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.78%

R = 53.12%
G = 40.11%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C49419 (or 0xC49419) is known color: Buddha Gold. HEX triplet: C4, 94 and 19. RGB value is (196,148,25). Sum of RGB (Red+Green+Blue) = 196+148+25=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C49419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49419 is #3B6BE6. Grayscale: #949494. Windows color (decimal): -3894247 or 1676484. OLE color: 1676484.

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

Color convert

RGB 196 148 25 -
CMYK 0 0.24 0.87 0.23
HSL 43.16º 0.77% 0.43% -
HSV(B) 43.16º 0.87% 0.77% -
XYZ 33.53 32.99 5.52 -
YUV 148.33 58.4 162 -
System Red Green Blue C M Y K H S L
Decimal 196 148 25 0 0.24 0.87 0.23 43.16 0.77 0.43
Hex C4 94 19 0 18 57 17 2B 4D 2B
Octal 304 224 31 0 30 127 27 53 115 53
Binary 11000100 10010100 11001 0 11000 1010111 10111 101011 1001101 101011

Color Harmonies of #C49419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49419

Black with #C49419

Text Example


Text Example

White with #C49419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49419; }

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

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

background-color css

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

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

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

border-color css

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

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

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