#C0962B

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

Shades of Nugget #C0962B

Tints of Nugget #C0962B

Color information

#C0962B (or 0xC0962B) is unknown color: approx Nugget. HEX triplet: C0, 96 and 2B. RGB value is (192,150,43). Sum of RGB (Red+Green+Blue) = 192+150+43=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 43 (17.19% from 255 or 11.17% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C0962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0962B is #3F69D4. Grayscale: #969696. Windows color (decimal): -4155861 or 2856640. OLE color: 2856640.

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

Color convert

RGB19215043-
CMYK00.220.780.25
HSL43.09º63.4%46.08%-
HSV(B)43.09º77.6%75.29%-
XYZ33.0833.196.95-
YUV150.3667.41157.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.87%
GREEN value IS 150 (58.98% from 255) = 38.96%
BLUE value IS 43 (17.19% from 255) = 11.17%
R=49.87%
G=38.96%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921504300.220.780.2543.0963.446.08
HexC0962B0164E192b3f2e
Octal3002265302611631537756
Binary1100000010010110101011010110100111011001101011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0962B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0962B; }

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

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

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

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

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

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

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

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