Html Css Color HEX #C7992B Nugget

📋 copy color: '#C7992B'

red 199 ◦ green 153 ◦ blue 43

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

Shades of Nugget #C7992B

Tints of Nugget #C7992B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.89%

R = 50.38%
G = 38.73%
B = 10.89%

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

#C7992B (or 0xC7992B) is known color: Nugget. HEX triplet: C7, 99 and 2B. RGB value is (199,153,43). Sum of RGB (Red+Green+Blue) = 199+153+43=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 43 (17.19% from 255 or 10.89% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C7992B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7992B is #3866D4. Grayscale: #9A9A9A. Windows color (decimal): -3696341 or 2857415. OLE color: 2857415.

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

Color convert

RGB 199 153 43 -
CMYK 0 0.23 0.78 0.22
HSL 42.31º 0.64% 0.47% -
HSV(B) 42.31º 0.78% 0.78% -
XYZ 35.38 35.1 7.2 -
YUV 154.21 65.24 159.94 -
System Red Green Blue C M Y K H S L
Decimal 199 153 43 0 0.23 0.78 0.22 42.31 0.64 0.47
Hex C7 99 2B 0 17 4E 16 2A 40 2F
Octal 307 231 53 0 27 116 26 52 100 57
Binary 11000111 10011001 101011 0 10111 1001110 10110 101010 1000000 101111

Color Harmonies of #C7992B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7992B

Black with #C7992B

Text Example


Text Example

White with #C7992B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7992B; }

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

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

background-color css

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

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

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

border-color css

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

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

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