Html Css Color HEX #C29932 Nugget

📋 copy color: '#C29932'

red 194 ◦ green 153 ◦ blue 50

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

Shades of Nugget #C29932

Tints of Nugget #C29932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.59%

R = 48.87%
G = 38.54%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C29932 (or 0xC29932) is known color: Nugget. HEX triplet: C2, 99 and 32. RGB value is (194,153,50). Sum of RGB (Red+Green+Blue) = 194+153+50=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C29932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29932 is #3D66CD. Grayscale: #999999. Windows color (decimal): -4024014 or 3316162. OLE color: 3316162.

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

Color convert

RGB 194 153 50 -
CMYK 0 0.21 0.74 0.24
HSL 42.92º 0.59% 0.48% -
HSV(B) 42.92º 0.74% 0.76% -
XYZ 34.22 34.48 7.87 -
YUV 153.52 69.58 156.88 -
System Red Green Blue C M Y K H S L
Decimal 194 153 50 0 0.21 0.74 0.24 42.92 0.59 0.48
Hex C2 99 32 0 15 4A 18 2B 3B 30
Octal 302 231 62 0 25 112 30 53 73 60
Binary 11000010 10011001 110010 0 10101 1001010 11000 101011 111011 110000

Color Harmonies of #C29932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29932

Black with #C29932

Text Example


Text Example

White with #C29932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29932; }

 p { color: rgb(194,153,50); }

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

background-color css

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

 a { background-color: rgb(194,153,50); }

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

border-color css

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

 span { border-color: rgb(194,153,50); }

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