Html Css Color HEX #C29126 Nugget

📋 copy color: '#C29126'

red 194 ◦ green 145 ◦ blue 38

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

Shades of Nugget #C29126

Tints of Nugget #C29126

RGB

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

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

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

R = 51.46%
G = 38.46%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C29126 (or 0xC29126) is known color: Nugget. HEX triplet: C2, 91 and 26. RGB value is (194,145,38). Sum of RGB (Red+Green+Blue) = 194+145+38=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 38 (15.23% from 255 or 10.08% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C29126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29126 is #3D6ED9. Grayscale: #939393. Windows color (decimal): -4026074 or 2527682. OLE color: 2527682.

HSL color Cylindrical-coordinate representation of color #C29126: hue angle of 41.15º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C29126 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 145 38 -
CMYK 0 0.25 0.80 0.24
HSL 41.15º 0.67% 0.45% -
HSV(B) 41.15º 0.8% 0.76% -
XYZ 32.72 31.86 6.26 -
YUV 147.45 66.23 161.2 -
System Red Green Blue C M Y K H S L
Decimal 194 145 38 0 0.25 0.80 0.24 41.15 0.67 0.45
Hex C2 91 26 0 19 50 18 29 43 2D
Octal 302 221 46 0 31 120 30 51 103 55
Binary 11000010 10010001 100110 0 11001 1010000 11000 101001 1000011 101101

Color Harmonies of #C29126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29126

Black with #C29126

Text Example


Text Example

White with #C29126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29126; }

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

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

background-color css

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

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

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

border-color css

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

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

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