#C19028

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

Shades of Nugget #C19028

Tints of Nugget #C19028

Color information

#C19028 (or 0xC19028) is unknown color: approx Nugget. HEX triplet: C1, 90 and 28. RGB value is (193,144,40). Sum of RGB (Red+Green+Blue) = 193+144+40=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C19028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19028 is #3E6FD7. Grayscale: #939393. Windows color (decimal): -4091864 or 2658497. OLE color: 2658497.

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

Color convert

RGB19314440-
CMYK00.250.790.24
HSL40.78º65.67%45.69%-
HSV(B)40.78º79.27%75.69%-
XYZ32.3531.446.37-
YUV146.7967.73160.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.19%
GREEN value IS 144 (56.64% from 255) = 38.20%
BLUE value IS 40 (16.02% from 255) = 10.61%
R=51.19%
G=38.20%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931444000.250.790.2440.7865.6745.69
HexC190280194F1829422e
Octal30122050031117305110256
Binary11000001100100001010000110011001111110001010011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19028; }

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

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

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

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

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

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

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

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