Html Css Color HEX #C19426 Nugget

📋 copy color: '#C19426'

red 193 ◦ green 148 ◦ blue 38

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

Shades of Nugget #C19426

Tints of Nugget #C19426

RGB

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

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

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

R = 50.92%
G = 39.05%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C19426 (or 0xC19426) is known color: Nugget. HEX triplet: C1, 94 and 26. RGB value is (193,148,38). Sum of RGB (Red+Green+Blue) = 193+148+38=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 38 (15.23% from 255 or 10.03% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C19426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19426 is #3E6BD9. Grayscale: #959595. Windows color (decimal): -4090842 or 2528449. OLE color: 2528449.

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

Color convert

RGB 193 148 38 -
CMYK 0 0.23 0.80 0.24
HSL 42.58º 0.67% 0.45% -
HSV(B) 42.58º 0.8% 0.76% -
XYZ 32.93 32.66 6.4 -
YUV 148.92 65.41 159.44 -
System Red Green Blue C M Y K H S L
Decimal 193 148 38 0 0.23 0.80 0.24 42.58 0.67 0.45
Hex C1 94 26 0 17 50 18 2B 43 2D
Octal 301 224 46 0 27 120 30 53 103 55
Binary 11000001 10010100 100110 0 10111 1010000 11000 101011 1000011 101101

Color Harmonies of #C19426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19426

Black with #C19426

Text Example


Text Example

White with #C19426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19426; }

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

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

background-color css

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

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

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

border-color css

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

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

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