Html Css Color HEX #C2972C Nugget

📋 copy color: '#C2972C'

red 194 ◦ green 151 ◦ blue 44

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

Shades of Nugget #C2972C

Tints of Nugget #C2972C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.31%

R = 49.87%
G = 38.82%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2972C (or 0xC2972C) is known color: Nugget. HEX triplet: C2, 97 and 2C. RGB value is (194,151,44). Sum of RGB (Red+Green+Blue) = 194+151+44=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 44 (17.58% from 255 or 11.31% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2972C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2972C is #3D68D3. Grayscale: #989898. Windows color (decimal): -4024532 or 2922434. OLE color: 2922434.

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

Color convert

RGB 194 151 44 -
CMYK 0 0.22 0.77 0.24
HSL 42.8º 0.63% 0.47% -
HSV(B) 42.8º 0.77% 0.76% -
XYZ 33.77 33.78 7.12 -
YUV 151.66 67.25 158.2 -
System Red Green Blue C M Y K H S L
Decimal 194 151 44 0 0.22 0.77 0.24 42.8 0.63 0.47
Hex C2 97 2C 0 16 4D 18 2B 3F 2F
Octal 302 227 54 0 26 115 30 53 77 57
Binary 11000010 10010111 101100 0 10110 1001101 11000 101011 111111 101111

Color Harmonies of #C2972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2972C

Black with #C2972C

Text Example


Text Example

White with #C2972C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2972C; }

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

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

background-color css

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

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

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

border-color css

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

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

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