#C19022

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

Shades of Nugget #C19022

Tints of Nugget #C19022

Color information

#C19022 (or 0xC19022) is unknown color: approx Nugget. HEX triplet: C1, 90 and 22. RGB value is (193,144,34). Sum of RGB (Red+Green+Blue) = 193+144+34=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C19022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19022 is #3E6FDD. Grayscale: #929292. Windows color (decimal): -4091870 or 2265281. OLE color: 2265281.

HSL color Cylindrical-coordinate representation of color #C19022: hue angle of 41.51º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C19022 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB19314434-
CMYK00.250.820.24
HSL41.51º70.04%44.51%-
HSV(B)41.51º82.38%75.69%-
XYZ32.2531.45.87-
YUV146.1164.73161.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.02%
GREEN value IS 144 (56.64% from 255) = 38.81%
BLUE value IS 34 (13.67% from 255) = 9.16%
R=52.02%
G=38.81%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931443400.250.820.2441.5170.0444.51
HexC1902201952182a462d
Octal30122042031122305210655
Binary11000001100100001000100110011010010110001010101000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19022; }

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

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

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

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

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

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

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

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