Html Css Color HEX #C29128 Nugget

📋 copy color: '#C29128'

red 194 ◦ green 145 ◦ blue 40

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

Shades of Nugget #C29128

Tints of Nugget #C29128

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.26%

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

R = 51.19%
G = 38.26%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C29128 (or 0xC29128) is known color: Nugget. HEX triplet: C2, 91 and 28. RGB value is (194,145,40). Sum of RGB (Red+Green+Blue) = 194+145+40=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 40 (16.02% from 255 or 10.55% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C29128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29128 is #3D6ED7. Grayscale: #949494. Windows color (decimal): -4026072 or 2658754. OLE color: 2658754.

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

Color convert

RGB 194 145 40 -
CMYK 0 0.25 0.79 0.24
HSL 40.91º 0.66% 0.46% -
HSV(B) 40.91º 0.79% 0.76% -
XYZ 32.76 31.87 6.43 -
YUV 147.68 67.23 161.04 -
System Red Green Blue C M Y K H S L
Decimal 194 145 40 0 0.25 0.79 0.24 40.91 0.66 0.46
Hex C2 91 28 0 19 4F 18 29 42 2E
Octal 302 221 50 0 31 117 30 51 102 56
Binary 11000010 10010001 101000 0 11001 1001111 11000 101001 1000010 101110

Color Harmonies of #C29128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29128

Black with #C29128

Text Example


Text Example

White with #C29128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29128; }

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

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

background-color css

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

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

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

border-color css

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

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

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