Html Css Color HEX #C29E31 Nugget

📋 copy color: '#C29E31'

red 194 ◦ green 158 ◦ blue 49

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

Shades of Nugget #C29E31

Tints of Nugget #C29E31

RGB

 RED value IS 194 (76.17% from 255) = 48.38%

 GREEN value IS 158 (62.11% from 255) = 39.4%

 BLUE value IS 49 (19.53% from 255) = 12.22%

R = 48.38%
G = 39.4%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C29E31 (or 0xC29E31) is known color: Nugget. HEX triplet: C2, 9E and 31. RGB value is (194,158,49). Sum of RGB (Red+Green+Blue) = 194+158+49=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 49 (19.53% from 255 or 12.22% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29E31 is #3D61CE. Grayscale: #9C9C9C. Windows color (decimal): -4022735 or 3251906. OLE color: 3251906.

HSL color Cylindrical-coordinate representation of color #C29E31: hue angle of 45.1º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C29E31 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 158 49 -
CMYK 0 0.19 0.75 0.24
HSL 45.1º 0.6% 0.48% -
HSV(B) 45.1º 0.75% 0.76% -
XYZ 35.03 36.14 8.04 -
YUV 156.34 67.43 154.86 -
System Red Green Blue C M Y K H S L
Decimal 194 158 49 0 0.19 0.75 0.24 45.1 0.6 0.48
Hex C2 9E 31 0 13 4B 18 2D 3C 30
Octal 302 236 61 0 23 113 30 55 74 60
Binary 11000010 10011110 110001 0 10011 1001011 11000 101101 111100 110000

Color Harmonies of #C29E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29E31

Black with #C29E31

Text Example


Text Example

White with #C29E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29E31; }

 p { color: rgb(194,158,49); }

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

background-color css

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

 a { background-color: rgb(194,158,49); }

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

border-color css

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

 span { border-color: rgb(194,158,49); }

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