Html Css Color HEX #C19326 Nugget

📋 copy color: '#C19326'

red 193 ◦ green 147 ◦ blue 38

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

Shades of Nugget #C19326

Tints of Nugget #C19326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.05%

R = 51.06%
G = 38.89%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C19326 (or 0xC19326) is known color: Nugget. HEX triplet: C1, 93 and 26. RGB value is (193,147,38). Sum of RGB (Red+Green+Blue) = 193+147+38=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 38 (15.23% from 255 or 10.05% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C19326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19326 is #3E6CD9. Grayscale: #949494. Windows color (decimal): -4091098 or 2528193. OLE color: 2528193.

HSL color Cylindrical-coordinate representation of color #C19326: hue angle of 42.19º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C19326 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 147 38 -
CMYK 0 0.24 0.80 0.24
HSL 42.19º 0.67% 0.45% -
HSV(B) 42.19º 0.8% 0.76% -
XYZ 32.78 32.34 6.35 -
YUV 148.33 65.74 159.86 -
System Red Green Blue C M Y K H S L
Decimal 193 147 38 0 0.24 0.80 0.24 42.19 0.67 0.45
Hex C1 93 26 0 18 50 18 2A 43 2D
Octal 301 223 46 0 30 120 30 52 103 55
Binary 11000001 10010011 100110 0 11000 1010000 11000 101010 1000011 101101

Color Harmonies of #C19326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19326

Black with #C19326

Text Example


Text Example

White with #C19326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19326; }

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

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

background-color css

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

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

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

border-color css

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

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

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