#c99626

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

Shades of Nugget #C99626

Tints of Nugget #C99626

Color information

#C99626 (or 0xC99626) is unknown color: approx Nugget. HEX triplet: C9, 96 and 26. RGB value is (201,150,38). Sum of RGB (Red+Green+Blue) = 201+150+38=389 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.67% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 201 - color contains mainly: red. Hex color #C99626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99626 is #3669D9. Grayscale: #989898. Windows color (decimal): -3566042 or 2528969. OLE color: 2528969.

HSL color Cylindrical-coordinate representation of color #C99626: hue angle of 41.23º 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 #C99626 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB20115038-
CMYK00.250.810.21
HSL41.23º68.2%46.86%-
HSV(B)41.23º81.09%78.82%-
XYZ35.3434.376.61-
YUV152.4863.4162.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.67%
GREEN value IS 150 (58.98% from 255) = 38.56%
BLUE value IS 38 (15.23% from 255) = 9.77%
R=51.67%
G=38.56%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011503800.250.810.2141.2368.246.86
HexC99626019511529442f
Octal31122646031121255110457
Binary11001001100101101001100110011010001101011010011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c99626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c99626; }

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

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

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

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

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

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

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

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