#C99426

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

Shades of Nugget #C99426

Tints of Nugget #C99426

Color information

#C99426 (or 0xC99426) is unknown color: approx Nugget. HEX triplet: C9, 94 and 26. RGB value is (201,148,38). Sum of RGB (Red+Green+Blue) = 201+148+38=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 38 (15.23% from 255 or 9.82% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C99426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99426 is #366BD9. Grayscale: #979797. Windows color (decimal): -3566554 or 2528457. OLE color: 2528457.

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

Color convert

RGB20114838-
CMYK00.260.810.21
HSL40.49º68.2%46.86%-
HSV(B)40.49º81.09%78.82%-
XYZ35.0333.746.5-
YUV151.3164.06163.44-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.94%
GREEN value IS 148 (58.20% from 255) = 38.24%
BLUE value IS 38 (15.23% from 255) = 9.82%
R=51.94%
G=38.24%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011483800.260.810.2140.4968.246.86
HexC9942601A511528442f
Octal31122446032121255010457
Binary11001001100101001001100110101010001101011010001000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99426; }

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

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

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

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

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

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

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

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