Html Css Color HEX #C49930 Nugget

📋 copy color: '#C49930'

red 196 ◦ green 153 ◦ blue 48

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

Shades of Nugget #C49930

Tints of Nugget #C49930

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.54%

 BLUE value IS 48 (19.14% from 255) = 12.09%

R = 49.37%
G = 38.54%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C49930 (or 0xC49930) is known color: Nugget. HEX triplet: C4, 99 and 30. RGB value is (196,153,48). Sum of RGB (Red+Green+Blue) = 196+153+48=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 48 (19.14% from 255 or 12.09% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C49930 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49930 is #3B66CF. Grayscale: #9A9A9A. Windows color (decimal): -3892944 or 3185092. OLE color: 3185092.

HSL color Cylindrical-coordinate representation of color #C49930: hue angle of 42.57º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C49930 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 153 48 -
CMYK 0 0.22 0.76 0.23
HSL 42.57º 0.61% 0.48% -
HSV(B) 42.57º 0.76% 0.77% -
XYZ 34.69 34.73 7.67 -
YUV 153.89 68.25 158.04 -
System Red Green Blue C M Y K H S L
Decimal 196 153 48 0 0.22 0.76 0.23 42.57 0.61 0.48
Hex C4 99 30 0 16 4C 17 2B 3D 30
Octal 304 231 60 0 26 114 27 53 75 60
Binary 11000100 10011001 110000 0 10110 1001100 10111 101011 111101 110000

Color Harmonies of #C49930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49930

Black with #C49930

Text Example


Text Example

White with #C49930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49930; }

 p { color: rgb(196,153,48); }

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

background-color css

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

 a { background-color: rgb(196,153,48); }

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

border-color css

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

 span { border-color: rgb(196,153,48); }

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