#C0932A

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

Shades of Nugget #C0932A

Tints of Nugget #C0932A

Color information

#C0932A (or 0xC0932A) is unknown color: approx Nugget. HEX triplet: C0, 93 and 2A. RGB value is (192,147,42). Sum of RGB (Red+Green+Blue) = 192+147+42=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C0932A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0932A is #3F6CD5. Grayscale: #949494. Windows color (decimal): -4156630 or 2790336. OLE color: 2790336.

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

Color convert

RGB19214742-
CMYK00.230.780.25
HSL42º64.1%45.88%-
HSV(B)42º78.12%75.29%-
XYZ32.5932.246.7-
YUV148.4967.91159.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.39%
GREEN value IS 147 (57.81% from 255) = 38.58%
BLUE value IS 42 (16.80% from 255) = 11.02%
R=50.39%
G=38.58%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921474200.230.780.254264.145.88
HexC0932A0174E192a402e
Octal30022352027116315210056
Binary11000000100100111010100101111001110110011010101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0932A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0932A; }

 p { color: rgb(192,147,42); }

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

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

 a { background-color: rgb(192,147,42); }

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

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

 span { border-color: rgb(192,147,42); }

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