Html Css Color HEX #C29229 Nugget

📋 copy color: '#C29229'

red 194 ◦ green 146 ◦ blue 41

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

Shades of Nugget #C29229

Tints of Nugget #C29229

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.32%

 BLUE value IS 41 (16.41% from 255) = 10.76%

R = 50.92%
G = 38.32%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C29229 (or 0xC29229) is known color: Nugget. HEX triplet: C2, 92 and 29. RGB value is (194,146,41). Sum of RGB (Red+Green+Blue) = 194+146+41=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 41 (16.41% from 255 or 10.76% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C29229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29229 is #3D6DD6. Grayscale: #949494. Windows color (decimal): -4025815 or 2724546. OLE color: 2724546.

HSL color Cylindrical-coordinate representation of color #C29229: hue angle of 41.18º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C29229 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 146 41 -
CMYK 0 0.25 0.79 0.24
HSL 41.18º 0.65% 0.46% -
HSV(B) 41.18º 0.79% 0.76% -
XYZ 32.93 32.19 6.58 -
YUV 148.38 67.4 160.54 -
System Red Green Blue C M Y K H S L
Decimal 194 146 41 0 0.25 0.79 0.24 41.18 0.65 0.46
Hex C2 92 29 0 19 4F 18 29 41 2E
Octal 302 222 51 0 31 117 30 51 101 56
Binary 11000010 10010010 101001 0 11001 1001111 11000 101001 1000001 101110

Color Harmonies of #C29229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29229

Black with #C29229

Text Example


Text Example

White with #C29229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29229; }

 p { color: rgb(194,146,41); }

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

background-color css

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

 a { background-color: rgb(194,146,41); }

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

border-color css

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

 span { border-color: rgb(194,146,41); }

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