#C9942A

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

Shades of Nugget #C9942A

Tints of Nugget #C9942A

Color information

#C9942A (or 0xC9942A) is unknown color: approx Nugget. HEX triplet: C9, 94 and 2A. RGB value is (201,148,42). Sum of RGB (Red+Green+Blue) = 201+148+42=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 42 (16.80% from 255 or 10.74% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C9942A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9942A is #366BD5. Grayscale: #989898. Windows color (decimal): -3566550 or 2790601. OLE color: 2790601.

HSL color Cylindrical-coordinate representation of color #C9942A: hue angle of 40º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C9942A is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB20114842-
CMYK00.260.790.21
HSL40º65.43%47.65%-
HSV(B)40º79.1%78.82%-
XYZ35.133.766.86-
YUV151.7666.06163.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.41%
GREEN value IS 148 (58.20% from 255) = 37.85%
BLUE value IS 42 (16.80% from 255) = 10.74%
R=51.41%
G=37.85%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011484200.260.790.214065.4347.65
HexC9942A01A4F15284130
Octal31122452032117255010160
Binary11001001100101001010100110101001111101011010001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9942A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9942A; }

 p { color: rgb(201,148,42); }

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

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

 a { background-color: rgb(201,148,42); }

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

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

 span { border-color: rgb(201,148,42); }

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