Html Css Color HEX #C19320 Nugget

📋 copy color: '#C19320'

red 193 ◦ green 147 ◦ blue 32

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

Shades of Nugget #C19320

Tints of Nugget #C19320

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.52%

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

R = 51.88%
G = 39.52%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C19320 (or 0xC19320) is known color: Nugget. HEX triplet: C1, 93 and 20. RGB value is (193,147,32). Sum of RGB (Red+Green+Blue) = 193+147+32=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 32 (12.89% from 255 or 8.60% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C19320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19320 is #3E6CDF. Grayscale: #949494. Windows color (decimal): -4091104 or 2134977. OLE color: 2134977.

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

Color convert

RGB 193 147 32 -
CMYK 0 0.24 0.83 0.24
HSL 42.86º 0.72% 0.44% -
HSV(B) 42.86º 0.83% 0.76% -
XYZ 32.69 32.31 5.88 -
YUV 147.64 62.74 160.35 -
System Red Green Blue C M Y K H S L
Decimal 193 147 32 0 0.24 0.83 0.24 42.86 0.72 0.44
Hex C1 93 20 0 18 53 18 2B 48 2C
Octal 301 223 40 0 30 123 30 53 110 54
Binary 11000001 10010011 100000 0 11000 1010011 11000 101011 1001000 101100

Color Harmonies of #C19320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19320

Black with #C19320

Text Example


Text Example

White with #C19320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19320; }

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

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

background-color css

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

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

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

border-color css

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

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

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