#C1942B

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

Shades of Nugget #C1942B

Tints of Nugget #C1942B

Color information

#C1942B (or 0xC1942B) is unknown color: approx Nugget. HEX triplet: C1, 94 and 2B. RGB value is (193,148,43). Sum of RGB (Red+Green+Blue) = 193+148+43=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1942B is #3E6BD4. Grayscale: #959595. Windows color (decimal): -4090837 or 2856129. OLE color: 2856129.

HSL color Cylindrical-coordinate representation of color #C1942B: hue angle of 42º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1942B is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB19314843-
CMYK00.230.780.24
HSL42º63.56%46.27%-
HSV(B)42º77.72%75.69%-
XYZ33.0232.696.86-
YUV149.4867.91159.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.26%
GREEN value IS 148 (58.20% from 255) = 38.54%
BLUE value IS 43 (17.19% from 255) = 11.20%
R=50.26%
G=38.54%
B=11.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931484300.230.780.244263.5646.27
HexC1942B0174E182a402e
Octal30122453027116305210056
Binary11000001100101001010110101111001110110001010101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1942B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1942B; }

 p { color: rgb(193,148,43); }

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

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

 a { background-color: rgb(193,148,43); }

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

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

 span { border-color: rgb(193,148,43); }

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