#C29226

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

Shades of Nugget #C29226

Tints of Nugget #C29226

Color information

#C29226 (or 0xC29226) is unknown color: approx Nugget. HEX triplet: C2, 92 and 26. RGB value is (194,146,38). Sum of RGB (Red+Green+Blue) = 194+146+38=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 38 (15.23% from 255 or 10.05% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C29226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29226 is #3D6DD9. Grayscale: #949494. Windows color (decimal): -4025818 or 2527938. OLE color: 2527938.

HSL color Cylindrical-coordinate representation of color #C29226: hue angle of 41.54º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C29226 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB19414638-
CMYK00.250.800.24
HSL41.54º67.24%45.49%-
HSV(B)41.54º80.41%76.08%-
XYZ32.8832.176.31-
YUV148.0465.9160.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.32%
GREEN value IS 146 (57.42% from 255) = 38.62%
BLUE value IS 38 (15.23% from 255) = 10.05%
R=51.32%
G=38.62%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941463800.250.800.2441.5467.2445.49
HexC2922601950182a432d
Octal30222246031120305210355
Binary11000010100100101001100110011010000110001010101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29226; }

 p { color: rgb(194,146,38); }

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

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

 a { background-color: rgb(194,146,38); }

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

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

 span { border-color: rgb(194,146,38); }

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