Html Css Color HEX #C49126 Nugget

📋 copy color: '#C49126'

red 196 ◦ green 145 ◦ blue 38

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

Shades of Nugget #C49126

Tints of Nugget #C49126

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.26%

 BLUE value IS 38 (15.23% from 255) = 10.03%

R = 51.72%
G = 38.26%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C49126 (or 0xC49126) is known color: Nugget. HEX triplet: C4, 91 and 26. RGB value is (196,145,38). Sum of RGB (Red+Green+Blue) = 196+145+38=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 38 (15.23% from 255 or 10.03% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C49126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49126 is #3B6ED9. Grayscale: #949494. Windows color (decimal): -3895002 or 2527684. OLE color: 2527684.

HSL color Cylindrical-coordinate representation of color #C49126: hue angle of 40.63º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C49126 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 145 38 -
CMYK 0 0.26 0.81 0.23
HSL 40.63º 0.68% 0.46% -
HSV(B) 40.63º 0.81% 0.77% -
XYZ 33.24 32.13 6.28 -
YUV 148.05 65.9 162.2 -
System Red Green Blue C M Y K H S L
Decimal 196 145 38 0 0.26 0.81 0.23 40.63 0.68 0.46
Hex C4 91 26 0 1A 51 17 29 44 2E
Octal 304 221 46 0 32 121 27 51 104 56
Binary 11000100 10010001 100110 0 11010 1010001 10111 101001 1000100 101110

Color Harmonies of #C49126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49126

Black with #C49126

Text Example


Text Example

White with #C49126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49126; }

 p { color: rgb(196,145,38); }

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

background-color css

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

 a { background-color: rgb(196,145,38); }

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

border-color css

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

 span { border-color: rgb(196,145,38); }

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