Html Css Color HEX #C2A135 Nugget

📋 copy color: '#C2A135'

red 194 ◦ green 161 ◦ blue 53

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

Shades of Nugget #C2A135

Tints of Nugget #C2A135

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.46%

 BLUE value IS 53 (21.09% from 255) = 12.99%

R = 47.55%
G = 39.46%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C2A135 (or 0xC2A135) is known color: Nugget. HEX triplet: C2, A1 and 35. RGB value is (194,161,53). Sum of RGB (Red+Green+Blue) = 194+161+53=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 53 (21.09% from 255 or 12.99% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A135 is #3D5ECA. Grayscale: #9F9F9F. Windows color (decimal): -4021963 or 3514818. OLE color: 3514818.

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

Color convert

RGB 194 161 53 -
CMYK 0 0.17 0.73 0.24
HSL 45.96º 0.57% 0.48% -
HSV(B) 45.96º 0.73% 0.76% -
XYZ 35.64 37.22 8.67 -
YUV 158.56 68.43 153.28 -
System Red Green Blue C M Y K H S L
Decimal 194 161 53 0 0.17 0.73 0.24 45.96 0.57 0.48
Hex C2 A1 35 0 11 49 18 2E 39 30
Octal 302 241 65 0 21 111 30 56 71 60
Binary 11000010 10100001 110101 0 10001 1001001 11000 101110 111001 110000

Color Harmonies of #C2A135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A135

Black with #C2A135

Text Example


Text Example

White with #C2A135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A135; }

 p { color: rgb(194,161,53); }

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

background-color css

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

 a { background-color: rgb(194,161,53); }

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

border-color css

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

 span { border-color: rgb(194,161,53); }

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