Html Css Color HEX #C19221 Nugget

📋 copy color: '#C19221'

red 193 ◦ green 146 ◦ blue 33

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

Shades of Nugget #C19221

Tints of Nugget #C19221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.87%

R = 51.88%
G = 39.25%
B = 8.87%

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

#C19221 (or 0xC19221) is known color: Nugget. HEX triplet: C1, 92 and 21. RGB value is (193,146,33). Sum of RGB (Red+Green+Blue) = 193+146+33=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 33 (13.28% from 255 or 8.87% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C19221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19221 is #3E6DDE. Grayscale: #939393. Windows color (decimal): -4091359 or 2200257. OLE color: 2200257.

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

Color convert

RGB 193 146 33 -
CMYK 0 0.24 0.83 0.24
HSL 42.38º 0.71% 0.44% -
HSV(B) 42.38º 0.83% 0.76% -
XYZ 32.55 32.01 5.9 -
YUV 147.17 63.57 160.69 -
System Red Green Blue C M Y K H S L
Decimal 193 146 33 0 0.24 0.83 0.24 42.38 0.71 0.44
Hex C1 92 21 0 18 53 18 2A 47 2C
Octal 301 222 41 0 30 123 30 52 107 54
Binary 11000001 10010010 100001 0 11000 1010011 11000 101010 1000111 101100

Color Harmonies of #C19221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19221

Black with #C19221

Text Example


Text Example

White with #C19221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19221; }

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

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

background-color css

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

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

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

border-color css

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

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

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