Html Css Color HEX #C19229 Nugget

📋 copy color: '#C19229'

red 193 ◦ green 146 ◦ blue 41

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

Shades of Nugget #C19229

Tints of Nugget #C19229

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.42%

 BLUE value IS 41 (16.41% from 255) = 10.79%

R = 50.79%
G = 38.42%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C19229 (or 0xC19229) is known color: Nugget. HEX triplet: C1, 92 and 29. RGB value is (193,146,41). Sum of RGB (Red+Green+Blue) = 193+146+41=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 41 (16.41% from 255 or 10.79% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C19229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19229 is #3E6DD6. Grayscale: #949494. Windows color (decimal): -4091351 or 2724545. OLE color: 2724545.

HSL color Cylindrical-coordinate representation of color #C19229: hue angle of 41.45º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C19229 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 146 41 -
CMYK 0 0.24 0.79 0.24
HSL 41.45º 0.65% 0.46% -
HSV(B) 41.45º 0.79% 0.76% -
XYZ 32.67 32.06 6.56 -
YUV 148.08 67.57 160.04 -
System Red Green Blue C M Y K H S L
Decimal 193 146 41 0 0.24 0.79 0.24 41.45 0.65 0.46
Hex C1 92 29 0 18 4F 18 29 41 2E
Octal 301 222 51 0 30 117 30 51 101 56
Binary 11000001 10010010 101001 0 11000 1001111 11000 101001 1000001 101110

Color Harmonies of #C19229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19229

Black with #C19229

Text Example


Text Example

White with #C19229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19229; }

 p { color: rgb(193,146,41); }

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

background-color css

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

 a { background-color: rgb(193,146,41); }

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

border-color css

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

 span { border-color: rgb(193,146,41); }

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