#C2912B

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

Shades of Nugget #C2912B

Tints of Nugget #C2912B

Color information

#C2912B (or 0xC2912B) is unknown color: approx Nugget. HEX triplet: C2, 91 and 2B. RGB value is (194,145,43). Sum of RGB (Red+Green+Blue) = 194+145+43=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 43 (17.19% from 255 or 11.26% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C2912B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2912B is #3D6ED4. Grayscale: #949494. Windows color (decimal): -4026069 or 2855362. OLE color: 2855362.

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

Color convert

RGB19414543-
CMYK00.250.780.24
HSL40.53º63.71%46.47%-
HSV(B)40.53º77.84%76.08%-
XYZ32.8131.896.71-
YUV148.0268.73160.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.79%
GREEN value IS 145 (57.03% from 255) = 37.96%
BLUE value IS 43 (17.19% from 255) = 11.26%
R=50.79%
G=37.96%
B=11.26%

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
Decimal1941454300.250.780.2440.5363.7146.47
HexC2912B0194E1829402e
Octal30222153031116305110056
Binary11000010100100011010110110011001110110001010011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2912B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2912B; }

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

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

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

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

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

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

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

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