#C0922C

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

Shades of Nugget #C0922C

Tints of Nugget #C0922C

Color information

#C0922C (or 0xC0922C) is unknown color: approx Nugget. HEX triplet: C0, 92 and 2C. RGB value is (192,146,44). Sum of RGB (Red+Green+Blue) = 192+146+44=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 44 (17.58% from 255 or 11.52% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0922C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0922C is #3F6DD3. Grayscale: #949494. Windows color (decimal): -4156884 or 2921152. OLE color: 2921152.

HSL color Cylindrical-coordinate representation of color #C0922C: hue angle of 41.35º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0922C is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB19214644-
CMYK00.240.770.25
HSL41.35º62.71%46.27%-
HSV(B)41.35º77.08%75.29%-
XYZ32.4731.956.84-
YUV148.1369.24159.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.26%
GREEN value IS 146 (57.42% from 255) = 38.22%
BLUE value IS 44 (17.58% from 255) = 11.52%
R=50.26%
G=38.22%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921464400.240.770.2541.3562.7146.27
HexC0922C0184D19293f2e
Octal3002225403011531517756
Binary1100000010010010101100011000100110111001101001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0922C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0922C; }

 p { color: rgb(192,146,44); }

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

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

 a { background-color: rgb(192,146,44); }

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

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

 span { border-color: rgb(192,146,44); }

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