Html Css Color HEX #C19020 Nugget

📋 copy color: '#C19020'

red 193 ◦ green 144 ◦ blue 32

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

Shades of Nugget #C19020

Tints of Nugget #C19020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.67%

R = 52.3%
G = 39.02%
B = 8.67%

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

#C19020 (or 0xC19020) is known color: Nugget. HEX triplet: C1, 90 and 20. RGB value is (193,144,32). Sum of RGB (Red+Green+Blue) = 193+144+32=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C19020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19020 is #3E6FDF. Grayscale: #929292. Windows color (decimal): -4091872 or 2134209. OLE color: 2134209.

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

Color convert

RGB 193 144 32 -
CMYK 0 0.25 0.83 0.24
HSL 41.74º 0.72% 0.44% -
HSV(B) 41.74º 0.83% 0.76% -
XYZ 32.23 31.39 5.73 -
YUV 145.88 63.73 161.61 -
System Red Green Blue C M Y K H S L
Decimal 193 144 32 0 0.25 0.83 0.24 41.74 0.72 0.44
Hex C1 90 20 0 19 53 18 2A 48 2C
Octal 301 220 40 0 31 123 30 52 110 54
Binary 11000001 10010000 100000 0 11001 1010011 11000 101010 1001000 101100

Color Harmonies of #C19020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19020

Black with #C19020

Text Example


Text Example

White with #C19020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19020; }

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

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

background-color css

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

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

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

border-color css

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

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

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