Html Css Color HEX #C79E2C Nugget

📋 copy color: '#C79E2C'

red 199 ◦ green 158 ◦ blue 44

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

Shades of Nugget #C79E2C

Tints of Nugget #C79E2C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.4%

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

R = 49.63%
G = 39.4%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C79E2C (or 0xC79E2C) is known color: Nugget. HEX triplet: C7, 9E and 2C. RGB value is (199,158,44). Sum of RGB (Red+Green+Blue) = 199+158+44=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C79E2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79E2C is #3861D3. Grayscale: #9D9D9D. Windows color (decimal): -3695060 or 2924231. OLE color: 2924231.

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

Color convert

RGB 199 158 44 -
CMYK 0 0.21 0.78 0.22
HSL 44.13º 0.64% 0.48% -
HSV(B) 44.13º 0.78% 0.78% -
XYZ 36.23 36.78 7.57 -
YUV 157.26 64.08 157.77 -
System Red Green Blue C M Y K H S L
Decimal 199 158 44 0 0.21 0.78 0.22 44.13 0.64 0.48
Hex C7 9E 2C 0 15 4E 16 2C 40 30
Octal 307 236 54 0 25 116 26 54 100 60
Binary 11000111 10011110 101100 0 10101 1001110 10110 101100 1000000 110000

Color Harmonies of #C79E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79E2C

Black with #C79E2C

Text Example


Text Example

White with #C79E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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