#C3A033

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

Shades of Nugget #C3A033

Tints of Nugget #C3A033

Color information

#C3A033 (or 0xC3A033) is unknown color: approx Nugget. HEX triplet: C3, A0 and 33. RGB value is (195,160,51). Sum of RGB (Red+Green+Blue) = 195+160+51=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 51 (20.31% from 255 or 12.56% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A033 is #3C5FCC. Grayscale: #9E9E9E. Windows color (decimal): -3956685 or 3383491. OLE color: 3383491.

HSL color Cylindrical-coordinate representation of color #C3A033: hue angle of 45.42º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C3A033 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB19516051-
CMYK00.180.740.24
HSL45.42º58.54%48.24%-
HSV(B)45.42º73.85%76.47%-
XYZ35.6736.988.39-
YUV158.0467.6154.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.03%
GREEN value IS 160 (62.89% from 255) = 39.41%
BLUE value IS 51 (20.31% from 255) = 12.56%
R=48.03%
G=39.41%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951605100.180.740.2445.4258.5448.24
HexC3A0330124A182d3b30
Octal3032406302211230557360
Binary1100001110100000110011010010100101011000101101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A033; }

 p { color: rgb(195,160,51); }

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

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

 a { background-color: rgb(195,160,51); }

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

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

 span { border-color: rgb(195,160,51); }

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