Html Css Color HEX #C19A26 Nugget

📋 copy color: '#C19A26'

red 193 ◦ green 154 ◦ blue 38

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

Shades of Nugget #C19A26

Tints of Nugget #C19A26

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40%

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

R = 50.13%
G = 40%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C19A26 (or 0xC19A26) is known color: Nugget. HEX triplet: C1, 9A and 26. RGB value is (193,154,38). Sum of RGB (Red+Green+Blue) = 193+154+38=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 38 (15.23% from 255 or 9.87% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19A26 is #3E65D9. Grayscale: #989898. Windows color (decimal): -4089306 or 2529985. OLE color: 2529985.

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

Color convert

RGB 193 154 38 -
CMYK 0 0.20 0.80 0.24
HSL 44.9º 0.67% 0.45% -
HSV(B) 44.9º 0.8% 0.76% -
XYZ 33.9 34.59 6.72 -
YUV 152.44 63.42 156.93 -
System Red Green Blue C M Y K H S L
Decimal 193 154 38 0 0.20 0.80 0.24 44.9 0.67 0.45
Hex C1 9A 26 0 14 50 18 2D 43 2D
Octal 301 232 46 0 24 120 30 55 103 55
Binary 11000001 10011010 100110 0 10100 1010000 11000 101101 1000011 101101

Color Harmonies of #C19A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19A26

Black with #C19A26

Text Example


Text Example

White with #C19A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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