Html Css Color HEX #C19420 Nugget

📋 copy color: '#C19420'

red 193 ◦ green 148 ◦ blue 32

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

Shades of Nugget #C19420

Tints of Nugget #C19420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.58%

R = 51.74%
G = 39.68%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C19420 (or 0xC19420) is known color: Nugget. HEX triplet: C1, 94 and 20. RGB value is (193,148,32). Sum of RGB (Red+Green+Blue) = 193+148+32=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C19420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19420 is #3E6BDF. Grayscale: #949494. Windows color (decimal): -4090848 or 2135233. OLE color: 2135233.

HSL color Cylindrical-coordinate representation of color #C19420: hue angle of 43.23º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C19420 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 148 32 -
CMYK 0 0.23 0.83 0.24
HSL 43.23º 0.72% 0.44% -
HSV(B) 43.23º 0.83% 0.76% -
XYZ 32.84 32.62 5.93 -
YUV 148.23 62.41 159.93 -
System Red Green Blue C M Y K H S L
Decimal 193 148 32 0 0.23 0.83 0.24 43.23 0.72 0.44
Hex C1 94 20 0 17 53 18 2B 48 2C
Octal 301 224 40 0 27 123 30 53 110 54
Binary 11000001 10010100 100000 0 10111 1010011 11000 101011 1001000 101100

Color Harmonies of #C19420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19420

Black with #C19420

Text Example


Text Example

White with #C19420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19420; }

 p { color: rgb(193,148,32); }

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

background-color css

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

 a { background-color: rgb(193,148,32); }

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

border-color css

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

 span { border-color: rgb(193,148,32); }

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