#C3A035

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

Shades of Nugget #C3A035

Tints of Nugget #C3A035

Color information

#C3A035 (or 0xC3A035) is unknown color: approx Nugget. HEX triplet: C3, A0 and 35. RGB value is (195,160,53). Sum of RGB (Red+Green+Blue) = 195+160+53=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 53 (21.09% from 255 or 12.99% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A035 is #3C5FCA. Grayscale: #9E9E9E. Windows color (decimal): -3956683 or 3514563. OLE color: 3514563.

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

Color convert

RGB19516053-
CMYK00.180.730.24
HSL45.21º57.26%48.63%-
HSV(B)45.21º72.82%76.47%-
XYZ35.72378.63-
YUV158.2768.6154.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.79%
GREEN value IS 160 (62.89% from 255) = 39.22%
BLUE value IS 53 (21.09% from 255) = 12.99%
R=47.79%
G=39.22%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951605300.180.730.2445.2157.2648.63
HexC3A03501249182d3931
Octal3032406502211130557161
Binary1100001110100000110101010010100100111000101101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A035; }

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

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

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

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

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

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

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

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