#C99421

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

Shades of Nugget #C99421

Tints of Nugget #C99421

Color information

#C99421 (or 0xC99421) is unknown color: approx Nugget. HEX triplet: C9, 94 and 21. RGB value is (201,148,33). Sum of RGB (Red+Green+Blue) = 201+148+33=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C99421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99421 is #366BDE. Grayscale: #979797. Windows color (decimal): -3566559 or 2200777. OLE color: 2200777.

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

Color convert

RGB20114833-
CMYK00.260.840.21
HSL41.07º71.79%45.88%-
HSV(B)41.07º83.58%78.82%-
XYZ34.9533.716.1-
YUV150.7461.56163.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.62%
GREEN value IS 148 (58.20% from 255) = 38.74%
BLUE value IS 33 (13.28% from 255) = 8.64%
R=52.62%
G=38.74%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011483300.260.840.2141.0771.7945.88
HexC9942101A541529482e
Octal31122441032124255111056
Binary11001001100101001000010110101010100101011010011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99421; }

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

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

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

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

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

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

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

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