Html Css Color HEX #C19621 Nugget

📋 copy color: '#C19621'

red 193 ◦ green 150 ◦ blue 33

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

Shades of Nugget #C19621

Tints of Nugget #C19621

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.89%

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

R = 51.33%
G = 39.89%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C19621 (or 0xC19621) is known color: Nugget. HEX triplet: C1, 96 and 21. RGB value is (193,150,33). Sum of RGB (Red+Green+Blue) = 193+150+33=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 33 (13.28% from 255 or 8.78% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C19621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19621 is #3E69DE. Grayscale: #969696. Windows color (decimal): -4090335 or 2201281. OLE color: 2201281.

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

Color convert

RGB 193 150 33 -
CMYK 0 0.22 0.83 0.24
HSL 43.88º 0.71% 0.44% -
HSV(B) 43.88º 0.83% 0.76% -
XYZ 33.17 33.26 6.11 -
YUV 149.52 62.25 159.01 -
System Red Green Blue C M Y K H S L
Decimal 193 150 33 0 0.22 0.83 0.24 43.88 0.71 0.44
Hex C1 96 21 0 16 53 18 2C 47 2C
Octal 301 226 41 0 26 123 30 54 107 54
Binary 11000001 10010110 100001 0 10110 1010011 11000 101100 1000111 101100

Color Harmonies of #C19621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19621

Black with #C19621

Text Example


Text Example

White with #C19621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19621; }

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

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

background-color css

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

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

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

border-color css

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

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

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