Html Css Color HEX #C2A032 Nugget

📋 copy color: '#C2A032'

red 194 ◦ green 160 ◦ blue 50

#C2A032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nugget #C2A032

Tints of Nugget #C2A032

RGB

 RED value IS 194 (76.17% from 255) = 48.02%

 GREEN value IS 160 (62.89% from 255) = 39.6%

 BLUE value IS 50 (19.92% from 255) = 12.38%

R = 48.02%
G = 39.6%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C2A032 (or 0xC2A032) is known color: Nugget. HEX triplet: C2, A0 and 32. RGB value is (194,160,50). Sum of RGB (Red+Green+Blue) = 194+160+50=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A032 is #3D5FCD. Grayscale: #9E9E9E. Windows color (decimal): -4022222 or 3317954. OLE color: 3317954.

HSL color Cylindrical-coordinate representation of color #C2A032: hue angle of 45.83º 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 #C2A032 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 160 50 -
CMYK 0 0.18 0.74 0.24
HSL 45.83º 0.59% 0.48% -
HSV(B) 45.83º 0.74% 0.76% -
XYZ 35.39 36.84 8.26 -
YUV 157.63 67.26 153.94 -
System Red Green Blue C M Y K H S L
Decimal 194 160 50 0 0.18 0.74 0.24 45.83 0.59 0.48
Hex C2 A0 32 0 12 4A 18 2E 3B 30
Octal 302 240 62 0 22 112 30 56 73 60
Binary 11000010 10100000 110010 0 10010 1001010 11000 101110 111011 110000

Color Harmonies of #C2A032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A032

Black with #C2A032

Text Example


Text Example

White with #C2A032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A032; }

 p { color: rgb(194,160,50); }

 H1.HeaderClassName
 {
   color: #C2A032;
 }
 .AnyTagClassName
 {
   color: #C2A032;
 }
</style>

background-color css

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

 a { background-color: rgb(194,160,50); }

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

border-color css

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

 span { border-color: rgb(194,160,50); }

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