#c2942e

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

Shades of Nugget #C2942E

Tints of Nugget #C2942E

Color information

#C2942E (or 0xC2942E) is unknown color: approx Nugget. HEX triplet: C2, 94 and 2E. RGB value is (194,148,46). Sum of RGB (Red+Green+Blue) = 194+148+46=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 46 (18.36% from 255 or 11.86% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2942E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2942E is #3D6BD1. Grayscale: #969696. Windows color (decimal): -4025298 or 3052738. OLE color: 3052738.

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

Color convert

RGB19414846-
CMYK00.240.760.24
HSL41.35º61.67%47.06%-
HSV(B)41.35º76.29%76.08%-
XYZ33.3332.857.17-
YUV150.1369.24159.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50%
GREEN value IS 148 (58.20% from 255) = 38.14%
BLUE value IS 46 (18.36% from 255) = 11.86%
R=50%
G=38.14%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941484600.240.760.2441.3561.6747.06
HexC2942E0184C18293e2f
Octal3022245603011430517657
Binary1100001010010100101110011000100110011000101001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2942e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2942e; }

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

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

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

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

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

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

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

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