Html Css Color HEX #C19021 Nugget

📋 copy color: '#C19021'

red 193 ◦ green 144 ◦ blue 33

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

Shades of Nugget #C19021

Tints of Nugget #C19021

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.92%

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

R = 52.16%
G = 38.92%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C19021 (or 0xC19021) is known color: Nugget. HEX triplet: C1, 90 and 21. RGB value is (193,144,33). Sum of RGB (Red+Green+Blue) = 193+144+33=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 33 (13.28% from 255 or 8.92% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C19021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19021 is #3E6FDE. Grayscale: #929292. Windows color (decimal): -4091871 or 2199745. OLE color: 2199745.

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

Color convert

RGB 193 144 33 -
CMYK 0 0.25 0.83 0.24
HSL 41.63º 0.71% 0.44% -
HSV(B) 41.63º 0.83% 0.76% -
XYZ 32.24 31.39 5.8 -
YUV 146 64.23 161.53 -
System Red Green Blue C M Y K H S L
Decimal 193 144 33 0 0.25 0.83 0.24 41.63 0.71 0.44
Hex C1 90 21 0 19 53 18 2A 47 2C
Octal 301 220 41 0 31 123 30 52 107 54
Binary 11000001 10010000 100001 0 11001 1010011 11000 101010 1000111 101100

Color Harmonies of #C19021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19021

Black with #C19021

Text Example


Text Example

White with #C19021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19021; }

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

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

background-color css

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

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

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

border-color css

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

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

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