Html Css Color HEX #C79C2B Nugget

📋 copy color: '#C79C2B'

red 199 ◦ green 156 ◦ blue 43

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

Shades of Nugget #C79C2B

Tints of Nugget #C79C2B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.2%

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

R = 50%
G = 39.2%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C79C2B (or 0xC79C2B) is known color: Nugget. HEX triplet: C7, 9C and 2B. RGB value is (199,156,43). Sum of RGB (Red+Green+Blue) = 199+156+43=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 43 (17.19% from 255 or 10.80% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C79C2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79C2B is #3863D4. Grayscale: #9C9C9C. Windows color (decimal): -3695573 or 2858183. OLE color: 2858183.

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

Color convert

RGB 199 156 43 -
CMYK 0 0.22 0.78 0.22
HSL 43.46º 0.64% 0.47% -
HSV(B) 43.46º 0.78% 0.78% -
XYZ 35.88 36.09 7.36 -
YUV 155.98 64.25 158.69 -
System Red Green Blue C M Y K H S L
Decimal 199 156 43 0 0.22 0.78 0.22 43.46 0.64 0.47
Hex C7 9C 2B 0 16 4E 16 2B 40 2F
Octal 307 234 53 0 26 116 26 53 100 57
Binary 11000111 10011100 101011 0 10110 1001110 10110 101011 1000000 101111

Color Harmonies of #C79C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79C2B

Black with #C79C2B

Text Example


Text Example

White with #C79C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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