Html Css Color HEX #C2972A Nugget

📋 copy color: '#C2972A'

red 194 ◦ green 151 ◦ blue 42

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

Shades of Nugget #C2972A

Tints of Nugget #C2972A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.02%

 BLUE value IS 42 (16.8% from 255) = 10.85%

R = 50.13%
G = 39.02%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2972A (or 0xC2972A) is known color: Nugget. HEX triplet: C2, 97 and 2A. RGB value is (194,151,42). Sum of RGB (Red+Green+Blue) = 194+151+42=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 42 (16.80% from 255 or 10.85% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2972A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2972A is #3D68D5. Grayscale: #979797. Windows color (decimal): -4024534 or 2791362. OLE color: 2791362.

HSL color Cylindrical-coordinate representation of color #C2972A: hue angle of 43.03º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2972A is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 151 42 -
CMYK 0 0.22 0.78 0.24
HSL 43.03º 0.64% 0.46% -
HSV(B) 43.03º 0.78% 0.76% -
XYZ 33.73 33.77 6.93 -
YUV 151.43 66.25 158.36 -
System Red Green Blue C M Y K H S L
Decimal 194 151 42 0 0.22 0.78 0.24 43.03 0.64 0.46
Hex C2 97 2A 0 16 4E 18 2B 40 2E
Octal 302 227 52 0 26 116 30 53 100 56
Binary 11000010 10010111 101010 0 10110 1001110 11000 101011 1000000 101110

Color Harmonies of #C2972A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2972A

Black with #C2972A

Text Example


Text Example

White with #C2972A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2972A; }

 p { color: rgb(194,151,42); }

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

background-color css

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

 a { background-color: rgb(194,151,42); }

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

border-color css

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

 span { border-color: rgb(194,151,42); }

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