Html Css Color HEX #C29326 Nugget

📋 copy color: '#C29326'

red 194 ◦ green 147 ◦ blue 38

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

Shades of Nugget #C29326

Tints of Nugget #C29326

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.79%

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

R = 51.19%
G = 38.79%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C29326 (or 0xC29326) is known color: Nugget. HEX triplet: C2, 93 and 26. RGB value is (194,147,38). Sum of RGB (Red+Green+Blue) = 194+147+38=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 38 (15.23% from 255 or 10.03% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C29326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29326 is #3D6CD9. Grayscale: #959595. Windows color (decimal): -4025562 or 2528194. OLE color: 2528194.

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

Color convert

RGB 194 147 38 -
CMYK 0 0.24 0.80 0.24
HSL 41.92º 0.67% 0.45% -
HSV(B) 41.92º 0.8% 0.76% -
XYZ 33.03 32.48 6.36 -
YUV 148.63 65.57 160.36 -
System Red Green Blue C M Y K H S L
Decimal 194 147 38 0 0.24 0.80 0.24 41.92 0.67 0.45
Hex C2 93 26 0 18 50 18 2A 43 2D
Octal 302 223 46 0 30 120 30 52 103 55
Binary 11000010 10010011 100110 0 11000 1010000 11000 101010 1000011 101101

Color Harmonies of #C29326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29326

Black with #C29326

Text Example


Text Example

White with #C29326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29326; }

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

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

background-color css

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

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

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

border-color css

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

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

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