Html Css Color HEX #C7932C Nugget

📋 copy color: '#C7932C'

red 199 ◦ green 147 ◦ blue 44

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

Shades of Nugget #C7932C

Tints of Nugget #C7932C

RGB

 RED value IS 199 (78.13% from 255) = 51.03%

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

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

R = 51.03%
G = 37.69%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7932C (or 0xC7932C) is known color: Nugget. HEX triplet: C7, 93 and 2C. RGB value is (199,147,44). Sum of RGB (Red+Green+Blue) = 199+147+44=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 44 (17.58% from 255 or 11.28% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7932C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7932C is #386CD3. Grayscale: #979797. Windows color (decimal): -3697876 or 2921415. OLE color: 2921415.

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

Color convert

RGB 199 147 44 -
CMYK 0 0.26 0.78 0.22
HSL 39.87º 0.64% 0.48% -
HSV(B) 39.87º 0.78% 0.78% -
XYZ 34.44 33.19 6.97 -
YUV 150.81 67.73 162.38 -
System Red Green Blue C M Y K H S L
Decimal 199 147 44 0 0.26 0.78 0.22 39.87 0.64 0.48
Hex C7 93 2C 0 1A 4E 16 28 40 30
Octal 307 223 54 0 32 116 26 50 100 60
Binary 11000111 10010011 101100 0 11010 1001110 10110 101000 1000000 110000

Color Harmonies of #C7932C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7932C

Black with #C7932C

Text Example


Text Example

White with #C7932C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7932C; }

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

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

background-color css

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

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

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

border-color css

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

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

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