Html Css Color HEX #C2932C Nugget

📋 copy color: '#C2932C'

red 194 ◦ green 147 ◦ blue 44

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

Shades of Nugget #C2932C

Tints of Nugget #C2932C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.18%

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

R = 50.39%
G = 38.18%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2932C (or 0xC2932C) is known color: Nugget. HEX triplet: C2, 93 and 2C. RGB value is (194,147,44). Sum of RGB (Red+Green+Blue) = 194+147+44=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2932C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2932C is #3D6CD3. Grayscale: #959595. Windows color (decimal): -4025556 or 2921410. OLE color: 2921410.

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

Color convert

RGB 194 147 44 -
CMYK 0 0.24 0.77 0.24
HSL 41.2º 0.63% 0.47% -
HSV(B) 41.2º 0.77% 0.76% -
XYZ 33.14 32.52 6.91 -
YUV 149.31 68.57 159.88 -
System Red Green Blue C M Y K H S L
Decimal 194 147 44 0 0.24 0.77 0.24 41.2 0.63 0.47
Hex C2 93 2C 0 18 4D 18 29 3F 2F
Octal 302 223 54 0 30 115 30 51 77 57
Binary 11000010 10010011 101100 0 11000 1001101 11000 101001 111111 101111

Color Harmonies of #C2932C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2932C

Black with #C2932C

Text Example


Text Example

White with #C2932C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2932C; }

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

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

background-color css

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

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

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

border-color css

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

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

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