#C19828

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

Shades of Nugget #C19828

Tints of Nugget #C19828

Color information

#C19828 (or 0xC19828) is unknown color: approx Nugget. HEX triplet: C1, 98 and 28. RGB value is (193,152,40). Sum of RGB (Red+Green+Blue) = 193+152+40=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C19828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19828 is #3E67D7. Grayscale: #979797. Windows color (decimal): -4089816 or 2660545. OLE color: 2660545.

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

Color convert

RGB19315240-
CMYK00.210.790.24
HSL43.92º65.67%45.69%-
HSV(B)43.92º79.27%75.69%-
XYZ33.633.956.79-
YUV151.4965.08157.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.13%
GREEN value IS 152 (59.77% from 255) = 39.48%
BLUE value IS 40 (16.02% from 255) = 10.39%
R=50.13%
G=39.48%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931524000.210.790.2443.9265.6745.69
HexC198280154F182c422e
Octal30123050025117305410256
Binary11000001100110001010000101011001111110001011001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19828; }

 p { color: rgb(193,152,40); }

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

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

 a { background-color: rgb(193,152,40); }

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

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

 span { border-color: rgb(193,152,40); }

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