Html Css Color HEX #C19321 Nugget

📋 copy color: '#C19321'

red 193 ◦ green 147 ◦ blue 33

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

Shades of Nugget #C19321

Tints of Nugget #C19321

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.41%

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

R = 51.74%
G = 39.41%
B = 8.85%

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

#C19321 (or 0xC19321) is known color: Nugget. HEX triplet: C1, 93 and 21. RGB value is (193,147,33). Sum of RGB (Red+Green+Blue) = 193+147+33=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 33 (13.28% from 255 or 8.85% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C19321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19321 is #3E6CDE. Grayscale: #949494. Windows color (decimal): -4091103 or 2200513. OLE color: 2200513.

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

Color convert

RGB 193 147 33 -
CMYK 0 0.24 0.83 0.24
HSL 42.75º 0.71% 0.44% -
HSV(B) 42.75º 0.83% 0.76% -
XYZ 32.7 32.31 5.95 -
YUV 147.76 63.24 160.27 -
System Red Green Blue C M Y K H S L
Decimal 193 147 33 0 0.24 0.83 0.24 42.75 0.71 0.44
Hex C1 93 21 0 18 53 18 2B 47 2C
Octal 301 223 41 0 30 123 30 53 107 54
Binary 11000001 10010011 100001 0 11000 1010011 11000 101011 1000111 101100

Color Harmonies of #C19321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19321

Black with #C19321

Text Example


Text Example

White with #C19321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19321; }

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

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

background-color css

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

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

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

border-color css

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

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

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