Html Css Color HEX #C7942B Nugget

📋 copy color: '#C7942B'

red 199 ◦ green 148 ◦ blue 43

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

Shades of Nugget #C7942B

Tints of Nugget #C7942B

RGB

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

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

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

R = 51.03%
G = 37.95%
B = 11.03%

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

#C7942B (or 0xC7942B) is known color: Nugget. HEX triplet: C7, 94 and 2B. RGB value is (199,148,43). Sum of RGB (Red+Green+Blue) = 199+148+43=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7942B is #386BD4. Grayscale: #979797. Windows color (decimal): -3697621 or 2856135. OLE color: 2856135.

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

Color convert

RGB 199 148 43 -
CMYK 0 0.26 0.78 0.22
HSL 40.38º 0.64% 0.47% -
HSV(B) 40.38º 0.78% 0.78% -
XYZ 34.58 33.5 6.93 -
YUV 151.28 66.9 162.04 -
System Red Green Blue C M Y K H S L
Decimal 199 148 43 0 0.26 0.78 0.22 40.38 0.64 0.47
Hex C7 94 2B 0 1A 4E 16 28 40 2F
Octal 307 224 53 0 32 116 26 50 100 57
Binary 11000111 10010100 101011 0 11010 1001110 10110 101000 1000000 101111

Color Harmonies of #C7942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7942B

Black with #C7942B

Text Example


Text Example

White with #C7942B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7942B; }

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

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

background-color css

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

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

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

border-color css

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

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

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