Html Css Color HEX #C7942C Nugget

📋 copy color: '#C7942C'

red 199 ◦ green 148 ◦ blue 44

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

Shades of Nugget #C7942C

Tints of Nugget #C7942C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.85%

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

R = 50.9%
G = 37.85%
B = 11.25%

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

#C7942C (or 0xC7942C) is known color: Nugget. HEX triplet: C7, 94 and 2C. RGB value is (199,148,44). Sum of RGB (Red+Green+Blue) = 199+148+44=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C7942C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7942C is #386BD3. Grayscale: #979797. Windows color (decimal): -3697620 or 2921671. OLE color: 2921671.

HSL color Cylindrical-coordinate representation of color #C7942C: hue angle of 40.26º 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 #C7942C is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 148 44 -
CMYK 0 0.26 0.78 0.22
HSL 40.26º 0.64% 0.48% -
HSV(B) 40.26º 0.78% 0.78% -
XYZ 34.6 33.5 7.03 -
YUV 151.39 67.4 161.96 -
System Red Green Blue C M Y K H S L
Decimal 199 148 44 0 0.26 0.78 0.22 40.26 0.64 0.48
Hex C7 94 2C 0 1A 4E 16 28 40 30
Octal 307 224 54 0 32 116 26 50 100 60
Binary 11000111 10010100 101100 0 11010 1001110 10110 101000 1000000 110000

Color Harmonies of #C7942C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7942C

Black with #C7942C

Text Example


Text Example

White with #C7942C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7942C; }

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

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

background-color css

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

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

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

border-color css

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

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

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