Html Css Color HEX #C29628 Nugget

📋 copy color: '#C29628'

red 194 ◦ green 150 ◦ blue 40

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

Shades of Nugget #C29628

Tints of Nugget #C29628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.42%

R = 50.52%
G = 39.06%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C29628 (or 0xC29628) is known color: Nugget. HEX triplet: C2, 96 and 28. RGB value is (194,150,40). Sum of RGB (Red+Green+Blue) = 194+150+40=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C29628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29628 is #3D69D7. Grayscale: #979797. Windows color (decimal): -4024792 or 2660034. OLE color: 2660034.

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

Color convert

RGB 194 150 40 -
CMYK 0 0.23 0.79 0.24
HSL 42.86º 0.66% 0.46% -
HSV(B) 42.86º 0.79% 0.76% -
XYZ 33.54 33.44 6.69 -
YUV 150.62 65.58 158.94 -
System Red Green Blue C M Y K H S L
Decimal 194 150 40 0 0.23 0.79 0.24 42.86 0.66 0.46
Hex C2 96 28 0 17 4F 18 2B 42 2E
Octal 302 226 50 0 27 117 30 53 102 56
Binary 11000010 10010110 101000 0 10111 1001111 11000 101011 1000010 101110

Color Harmonies of #C29628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29628

Black with #C29628

Text Example


Text Example

White with #C29628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29628; }

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

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

background-color css

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

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

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

border-color css

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

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

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