Html Css Color HEX #C49F2E Nugget

📋 copy color: '#C49F2E'

red 196 ◦ green 159 ◦ blue 46

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

Shades of Nugget #C49F2E

Tints of Nugget #C49F2E

RGB

 RED value IS 196 (76.95% from 255) = 48.88%

 GREEN value IS 159 (62.5% from 255) = 39.65%

 BLUE value IS 46 (18.36% from 255) = 11.47%

R = 48.88%
G = 39.65%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C49F2E (or 0xC49F2E) is known color: Nugget. HEX triplet: C4, 9F and 2E. RGB value is (196,159,46). Sum of RGB (Red+Green+Blue) = 196+159+46=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 46 (18.36% from 255 or 11.47% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49F2E is #3B60D1. Grayscale: #9D9D9D. Windows color (decimal): -3891410 or 3055556. OLE color: 3055556.

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

Color convert

RGB 196 159 46 -
CMYK 0 0.19 0.77 0.23
HSL 45.2º 0.62% 0.47% -
HSV(B) 45.2º 0.77% 0.77% -
XYZ 35.66 36.73 7.79 -
YUV 157.18 65.26 155.69 -
System Red Green Blue C M Y K H S L
Decimal 196 159 46 0 0.19 0.77 0.23 45.2 0.62 0.47
Hex C4 9F 2E 0 13 4D 17 2D 3E 2F
Octal 304 237 56 0 23 115 27 55 76 57
Binary 11000100 10011111 101110 0 10011 1001101 10111 101101 111110 101111

Color Harmonies of #C49F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49F2E

Black with #C49F2E

Text Example


Text Example

White with #C49F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49F2E; }

 p { color: rgb(196,159,46); }

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

background-color css

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

 a { background-color: rgb(196,159,46); }

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

border-color css

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

 span { border-color: rgb(196,159,46); }

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