#C18C26

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

Shades of Nugget #C18C26

Tints of Nugget #C18C26

Color information

#C18C26 (or 0xC18C26) is unknown color: approx Nugget. HEX triplet: C1, 8C and 26. RGB value is (193,140,38). Sum of RGB (Red+Green+Blue) = 193+140+38=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18C26 is #3E73D9. Grayscale: #909090. Windows color (decimal): -4092890 or 2526401. OLE color: 2526401.

HSL color Cylindrical-coordinate representation of color #C18C26: hue angle of 39.48º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C18C26 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB19314038-
CMYK00.270.800.24
HSL39.48º67.1%45.29%-
HSV(B)39.48º80.31%75.69%-
XYZ31.7230.236-
YUV144.2268.06162.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.02%
GREEN value IS 140 (55.08% from 255) = 37.74%
BLUE value IS 38 (15.23% from 255) = 10.24%
R=52.02%
G=37.74%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931403800.270.800.2439.4867.145.29
HexC18C2601B501827432d
Octal30121446033120304710355
Binary11000001100011001001100110111010000110001001111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18C26; }

 p { color: rgb(193,140,38); }

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

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

 a { background-color: rgb(193,140,38); }

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

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

 span { border-color: rgb(193,140,38); }

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