Html Css Color HEX #C7992C Nugget

📋 copy color: '#C7992C'

red 199 ◦ green 153 ◦ blue 44

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

Shades of Nugget #C7992C

Tints of Nugget #C7992C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.64%

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

R = 50.25%
G = 38.64%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7992C (or 0xC7992C) is known color: Nugget. HEX triplet: C7, 99 and 2C. RGB value is (199,153,44). Sum of RGB (Red+Green+Blue) = 199+153+44=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 44 (17.58% from 255 or 11.11% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C7992C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7992C is #3866D3. Grayscale: #9A9A9A. Windows color (decimal): -3696340 or 2922951. OLE color: 2922951.

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

Color convert

RGB 199 153 44 -
CMYK 0 0.23 0.78 0.22
HSL 42.19º 0.64% 0.48% -
HSV(B) 42.19º 0.78% 0.78% -
XYZ 35.4 35.11 7.29 -
YUV 154.33 65.74 159.86 -
System Red Green Blue C M Y K H S L
Decimal 199 153 44 0 0.23 0.78 0.22 42.19 0.64 0.48
Hex C7 99 2C 0 17 4E 16 2A 40 30
Octal 307 231 54 0 27 116 26 52 100 60
Binary 11000111 10011001 101100 0 10111 1001110 10110 101010 1000000 110000

Color Harmonies of #C7992C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7992C

Black with #C7992C

Text Example


Text Example

White with #C7992C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7992C; }

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

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

background-color css

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

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

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

border-color css

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

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

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