#C2912A

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

Shades of Nugget #C2912A

Tints of Nugget #C2912A

Color information

#C2912A (or 0xC2912A) is unknown color: approx Nugget. HEX triplet: C2, 91 and 2A. RGB value is (194,145,42). Sum of RGB (Red+Green+Blue) = 194+145+42=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C2912A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2912A is #3D6ED5. Grayscale: #949494. Windows color (decimal): -4026070 or 2789826. OLE color: 2789826.

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

Color convert

RGB19414542-
CMYK00.250.780.24
HSL40.66º64.41%46.27%-
HSV(B)40.66º78.35%76.08%-
XYZ32.7931.896.62-
YUV147.9168.23160.88-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.92%
GREEN value IS 145 (57.03% from 255) = 38.06%
BLUE value IS 42 (16.80% from 255) = 11.02%
R=50.92%
G=38.06%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941454200.250.780.2440.6664.4146.27
HexC2912A0194E1829402e
Octal30222152031116305110056
Binary11000010100100011010100110011001110110001010011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2912A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2912A; }

 p { color: rgb(194,145,42); }

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

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

 a { background-color: rgb(194,145,42); }

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

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

 span { border-color: rgb(194,145,42); }

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