#C19726

Color #C19726 Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #C19726

Tints of Nugget #C19726

Color information

#C19726 (or 0xC19726) is unknown color: approx Nugget. HEX triplet: C1, 97 and 26. RGB value is (193,151,38). Sum of RGB (Red+Green+Blue) = 193+151+38=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 38 (15.23% from 255 or 9.95% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C19726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19726 is #3E68D9. Grayscale: #979797. Windows color (decimal): -4090074 or 2529217. OLE color: 2529217.

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

Color convert

RGB19315138-
CMYK00.220.800.24
HSL43.74º67.1%45.29%-
HSV(B)43.74º80.31%75.69%-
XYZ33.4133.616.56-
YUV150.6864.41158.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.52%
GREEN value IS 151 (59.38% from 255) = 39.53%
BLUE value IS 38 (15.23% from 255) = 9.95%
R=50.52%
G=39.53%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931513800.220.800.2443.7467.145.29
HexC1972601650182c432d
Octal30122746026120305410355
Binary11000001100101111001100101101010000110001011001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19726; }

 p { color: rgb(193,151,38); }

 H1.HeaderClassName
 {
   color: #C19726;
 }
 .AnyTagClassName
 {
   color: #C19726;
 }
</style>
background-color css

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

 a { background-color: rgb(193,151,38); }

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

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

 span { border-color: rgb(193,151,38); }

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