Html Css Color HEX #C19E31 Nugget

📋 copy color: '#C19E31'

red 193 ◦ green 158 ◦ blue 49

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

Shades of Nugget #C19E31

Tints of Nugget #C19E31

RGB

 RED value IS 193 (75.78% from 255) = 48.25%

 GREEN value IS 158 (62.11% from 255) = 39.5%

 BLUE value IS 49 (19.53% from 255) = 12.25%

R = 48.25%
G = 39.5%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C19E31 (or 0xC19E31) is known color: Nugget. HEX triplet: C1, 9E and 31. RGB value is (193,158,49). Sum of RGB (Red+Green+Blue) = 193+158+49=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 49 (19.53% from 255 or 12.25% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19E31 is #3E61CE. Grayscale: #9C9C9C. Windows color (decimal): -4088271 or 3251905. OLE color: 3251905.

HSL color Cylindrical-coordinate representation of color #C19E31: hue angle of 45.42º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C19E31 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 158 49 -
CMYK 0 0.18 0.75 0.24
HSL 45.42º 0.6% 0.47% -
HSV(B) 45.42º 0.75% 0.76% -
XYZ 34.77 36.01 8.02 -
YUV 156.04 67.6 154.36 -
System Red Green Blue C M Y K H S L
Decimal 193 158 49 0 0.18 0.75 0.24 45.42 0.6 0.47
Hex C1 9E 31 0 12 4B 18 2D 3C 2F
Octal 301 236 61 0 22 113 30 55 74 57
Binary 11000001 10011110 110001 0 10010 1001011 11000 101101 111100 101111

Color Harmonies of #C19E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19E31

Black with #C19E31

Text Example


Text Example

White with #C19E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19E31; }

 p { color: rgb(193,158,49); }

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

background-color css

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

 a { background-color: rgb(193,158,49); }

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

border-color css

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

 span { border-color: rgb(193,158,49); }

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