#C1942E

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

Shades of Nugget #C1942E

Tints of Nugget #C1942E

Color information

#C1942E (or 0xC1942E) is unknown color: approx Nugget. HEX triplet: C1, 94 and 2E. RGB value is (193,148,46). Sum of RGB (Red+Green+Blue) = 193+148+46=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C1942E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1942E is #3E6BD1. Grayscale: #969696. Windows color (decimal): -4090834 or 3052737. OLE color: 3052737.

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

Color convert

RGB19314846-
CMYK00.230.760.24
HSL41.63º61.51%46.86%-
HSV(B)41.63º76.17%75.69%-
XYZ33.0832.717.16-
YUV149.8369.41158.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.87%
GREEN value IS 148 (58.20% from 255) = 38.24%
BLUE value IS 46 (18.36% from 255) = 11.89%
R=49.87%
G=38.24%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931484600.230.760.2441.6361.5146.86
HexC1942E0174C182a3e2f
Octal3012245602711430527657
Binary1100000110010100101110010111100110011000101010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1942E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1942E; }

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

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

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

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

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

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

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

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