Html Css Color HEX #C19C31 Nugget

📋 copy color: '#C19C31'

red 193 ◦ green 156 ◦ blue 49

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

Shades of Nugget #C19C31

Tints of Nugget #C19C31

RGB

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

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

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

R = 48.49%
G = 39.2%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C19C31 (or 0xC19C31) is known color: Nugget. HEX triplet: C1, 9C and 31. RGB value is (193,156,49). Sum of RGB (Red+Green+Blue) = 193+156+49=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19C31 is #3E63CE. Grayscale: #9B9B9B. Windows color (decimal): -4088783 or 3251393. OLE color: 3251393.

HSL color Cylindrical-coordinate representation of color #C19C31: hue angle of 44.58º 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 #C19C31 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 156 49 -
CMYK 0 0.19 0.75 0.24
HSL 44.58º 0.6% 0.47% -
HSV(B) 44.58º 0.75% 0.76% -
XYZ 34.44 35.34 7.91 -
YUV 154.87 68.26 155.2 -
System Red Green Blue C M Y K H S L
Decimal 193 156 49 0 0.19 0.75 0.24 44.58 0.6 0.47
Hex C1 9C 31 0 13 4B 18 2D 3C 2F
Octal 301 234 61 0 23 113 30 55 74 57
Binary 11000001 10011100 110001 0 10011 1001011 11000 101101 111100 101111

Color Harmonies of #C19C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19C31

Black with #C19C31

Text Example


Text Example

White with #C19C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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