#C1932B

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

Shades of Nugget #C1932B

Tints of Nugget #C1932B

Color information

#C1932B (or 0xC1932B) is unknown color: approx Nugget. HEX triplet: C1, 93 and 2B. RGB value is (193,147,43). Sum of RGB (Red+Green+Blue) = 193+147+43=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 43 (17.19% from 255 or 11.23% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C1932B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1932B is #3E6CD4. Grayscale: #959595. Windows color (decimal): -4091093 or 2855873. OLE color: 2855873.

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

Color convert

RGB19314743-
CMYK00.240.780.24
HSL41.6º63.56%46.27%-
HSV(B)41.6º77.72%75.69%-
XYZ32.8632.386.8-
YUV148.968.24159.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.39%
GREEN value IS 147 (57.81% from 255) = 38.38%
BLUE value IS 43 (17.19% from 255) = 11.23%
R=50.39%
G=38.38%
B=11.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931474300.240.780.2441.663.5646.27
HexC1932B0184E182a402e
Octal30122353030116305210056
Binary11000001100100111010110110001001110110001010101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1932B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1932B; }

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

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

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

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

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

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

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

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