Html Css Color HEX #C19728 Nugget

📋 copy color: '#C19728'

red 193 ◦ green 151 ◦ blue 40

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

Shades of Nugget #C19728

Tints of Nugget #C19728

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.32%

 BLUE value IS 40 (16.02% from 255) = 10.42%

R = 50.26%
G = 39.32%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C19728 (or 0xC19728) is known color: Nugget. HEX triplet: C1, 97 and 28. RGB value is (193,151,40). Sum of RGB (Red+Green+Blue) = 193+151+40=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C19728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19728 is #3E68D7. Grayscale: #979797. Windows color (decimal): -4090072 or 2660289. OLE color: 2660289.

HSL color Cylindrical-coordinate representation of color #C19728: hue angle of 43.53º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C19728 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 151 40 -
CMYK 0 0.22 0.79 0.24
HSL 43.53º 0.66% 0.46% -
HSV(B) 43.53º 0.79% 0.76% -
XYZ 33.44 33.62 6.73 -
YUV 150.9 65.41 158.03 -
System Red Green Blue C M Y K H S L
Decimal 193 151 40 0 0.22 0.79 0.24 43.53 0.66 0.46
Hex C1 97 28 0 16 4F 18 2C 42 2E
Octal 301 227 50 0 26 117 30 54 102 56
Binary 11000001 10010111 101000 0 10110 1001111 11000 101100 1000010 101110

Color Harmonies of #C19728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19728

Black with #C19728

Text Example


Text Example

White with #C19728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19728; }

 p { color: rgb(193,151,40); }

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

background-color css

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

 a { background-color: rgb(193,151,40); }

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

border-color css

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

 span { border-color: rgb(193,151,40); }

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