#c0962c

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

Shades of Nugget #C0962C

Tints of Nugget #C0962C

Color information

#C0962C (or 0xC0962C) is unknown color: approx Nugget. HEX triplet: C0, 96 and 2C. RGB value is (192,150,44). Sum of RGB (Red+Green+Blue) = 192+150+44=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0962C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0962C is #3F69D3. Grayscale: #969696. Windows color (decimal): -4155860 or 2922176. OLE color: 2922176.

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

Color convert

RGB19215044-
CMYK00.220.770.25
HSL42.97º62.71%46.27%-
HSV(B)42.97º77.08%75.29%-
XYZ33.133.27.05-
YUV150.4767.91157.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.74%
GREEN value IS 150 (58.98% from 255) = 38.86%
BLUE value IS 44 (17.58% from 255) = 11.40%
R=49.74%
G=38.86%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921504400.220.770.2542.9762.7146.27
HexC0962C0164D192b3f2e
Octal3002265402611531537756
Binary1100000010010110101100010110100110111001101011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0962c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0962c; }

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

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

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

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

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

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

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

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