Html Css Color HEX #C29625 Nugget

📋 copy color: '#C29625'

red 194 ◦ green 150 ◦ blue 37

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

Shades of Nugget #C29625

Tints of Nugget #C29625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.71%

R = 50.92%
G = 39.37%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C29625 (or 0xC29625) is known color: Nugget. HEX triplet: C2, 96 and 25. RGB value is (194,150,37). Sum of RGB (Red+Green+Blue) = 194+150+37=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 37 (14.84% from 255 or 9.71% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C29625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29625 is #3D69DA. Grayscale: #969696. Windows color (decimal): -4024795 or 2463426. OLE color: 2463426.

HSL color Cylindrical-coordinate representation of color #C29625: hue angle of 43.18º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C29625 is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 150 37 -
CMYK 0 0.23 0.81 0.24
HSL 43.18º 0.68% 0.45% -
HSV(B) 43.18º 0.81% 0.76% -
XYZ 33.49 33.42 6.44 -
YUV 150.27 64.08 159.19 -
System Red Green Blue C M Y K H S L
Decimal 194 150 37 0 0.23 0.81 0.24 43.18 0.68 0.45
Hex C2 96 25 0 17 51 18 2B 44 2D
Octal 302 226 45 0 27 121 30 53 104 55
Binary 11000010 10010110 100101 0 10111 1010001 11000 101011 1000100 101101

Color Harmonies of #C29625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29625

Black with #C29625

Text Example


Text Example

White with #C29625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29625; }

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

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

background-color css

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

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

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

border-color css

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

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

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