Html Css Color HEX #C29626 Nugget

📋 copy color: '#C29626'

red 194 ◦ green 150 ◦ blue 38

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

Shades of Nugget #C29626

Tints of Nugget #C29626

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.27%

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

R = 50.79%
G = 39.27%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C29626 (or 0xC29626) is known color: Nugget. HEX triplet: C2, 96 and 26. RGB value is (194,150,38). Sum of RGB (Red+Green+Blue) = 194+150+38=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 38 (15.23% from 255 or 9.95% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C29626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29626 is #3D69D9. Grayscale: #969696. Windows color (decimal): -4024794 or 2528962. OLE color: 2528962.

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

Color convert

RGB 194 150 38 -
CMYK 0 0.23 0.80 0.24
HSL 43.08º 0.67% 0.45% -
HSV(B) 43.08º 0.8% 0.76% -
XYZ 33.5 33.42 6.52 -
YUV 150.39 64.58 159.11 -
System Red Green Blue C M Y K H S L
Decimal 194 150 38 0 0.23 0.80 0.24 43.08 0.67 0.45
Hex C2 96 26 0 17 50 18 2B 43 2D
Octal 302 226 46 0 27 120 30 53 103 55
Binary 11000010 10010110 100110 0 10111 1010000 11000 101011 1000011 101101

Color Harmonies of #C29626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29626

Black with #C29626

Text Example


Text Example

White with #C29626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29626; }

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

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

background-color css

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

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

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

border-color css

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

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

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