#C19E32

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

Shades of Nugget #C19E32

Tints of Nugget #C19E32

Color information

#C19E32 (or 0xC19E32) is unknown color: approx Nugget. HEX triplet: C1, 9E and 32. RGB value is (193,158,50). Sum of RGB (Red+Green+Blue) = 193+158+50=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19E32 is #3E61CD. Grayscale: #9C9C9C. Windows color (decimal): -4088270 or 3317441. OLE color: 3317441.

HSL color Cylindrical-coordinate representation of color #C19E32: hue angle of 45.31º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C19E32 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB19315850-
CMYK00.180.740.24
HSL45.31º58.85%47.65%-
HSV(B)45.31º74.09%75.69%-
XYZ34.7936.028.14-
YUV156.1568.1154.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.13%
GREEN value IS 158 (62.11% from 255) = 39.40%
BLUE value IS 50 (19.92% from 255) = 12.47%
R=48.13%
G=39.40%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931585000.180.740.2445.3158.8547.65
HexC19E320124A182d3b30
Octal3012366202211230557360
Binary1100000110011110110010010010100101011000101101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19E32; }

 p { color: rgb(193,158,50); }

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

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

 a { background-color: rgb(193,158,50); }

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

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

 span { border-color: rgb(193,158,50); }

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