Html Css Color HEX #C29429 Nugget

📋 copy color: '#C29429'

red 194 ◦ green 148 ◦ blue 41

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

Shades of Nugget #C29429

Tints of Nugget #C29429

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.64%

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

R = 50.65%
G = 38.64%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C29429 (or 0xC29429) is known color: Nugget. HEX triplet: C2, 94 and 29. RGB value is (194,148,41). Sum of RGB (Red+Green+Blue) = 194+148+41=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 41 (16.41% from 255 or 10.70% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C29429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29429 is #3D6BD6. Grayscale: #969696. Windows color (decimal): -4025303 or 2725058. OLE color: 2725058.

HSL color Cylindrical-coordinate representation of color #C29429: hue angle of 41.96º 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 #C29429 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 148 41 -
CMYK 0 0.24 0.79 0.24
HSL 41.96º 0.65% 0.46% -
HSV(B) 41.96º 0.79% 0.76% -
XYZ 33.24 32.81 6.68 -
YUV 149.56 66.74 159.7 -
System Red Green Blue C M Y K H S L
Decimal 194 148 41 0 0.24 0.79 0.24 41.96 0.65 0.46
Hex C2 94 29 0 18 4F 18 2A 41 2E
Octal 302 224 51 0 30 117 30 52 101 56
Binary 11000010 10010100 101001 0 11000 1001111 11000 101010 1000001 101110

Color Harmonies of #C29429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29429

Black with #C29429

Text Example


Text Example

White with #C29429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29429; }

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

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

background-color css

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

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

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

border-color css

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

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

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