#C19928

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

Shades of Nugget #C19928

Tints of Nugget #C19928

Color information

#C19928 (or 0xC19928) is unknown color: approx Nugget. HEX triplet: C1, 99 and 28. RGB value is (193,153,40). Sum of RGB (Red+Green+Blue) = 193+153+40=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C19928 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19928 is #3E66D7. Grayscale: #989898. Windows color (decimal): -4089560 or 2660801. OLE color: 2660801.

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

Color convert

RGB19315340-
CMYK00.210.790.24
HSL44.31º65.67%45.69%-
HSV(B)44.31º79.27%75.69%-
XYZ33.7734.276.84-
YUV152.0864.75157.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50%
GREEN value IS 153 (60.16% from 255) = 39.64%
BLUE value IS 40 (16.02% from 255) = 10.36%
R=50%
G=39.64%
B=10.36%

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
Decimal1931534000.210.790.2444.3165.6745.69
HexC199280154F182c422e
Octal30123150025117305410256
Binary11000001100110011010000101011001111110001011001000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19928; }

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

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

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

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

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

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

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

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