Html Css Color HEX #C19828 Nugget

📋 copy color: '#C19828'

red 193 ◦ green 152 ◦ blue 40

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

Shades of Nugget #C19828

Tints of Nugget #C19828

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.48%

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

R = 50.13%
G = 39.48%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C19828 (or 0xC19828) is known color: Nugget. HEX triplet: C1, 98 and 28. RGB value is (193,152,40). Sum of RGB (Red+Green+Blue) = 193+152+40=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C19828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19828 is #3E67D7. Grayscale: #979797. Windows color (decimal): -4089816 or 2660545. OLE color: 2660545.

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

Color convert

RGB 193 152 40 -
CMYK 0 0.21 0.79 0.24
HSL 43.92º 0.66% 0.46% -
HSV(B) 43.92º 0.79% 0.76% -
XYZ 33.6 33.95 6.79 -
YUV 151.49 65.08 157.61 -
System Red Green Blue C M Y K H S L
Decimal 193 152 40 0 0.21 0.79 0.24 43.92 0.66 0.46
Hex C1 98 28 0 15 4F 18 2C 42 2E
Octal 301 230 50 0 25 117 30 54 102 56
Binary 11000001 10011000 101000 0 10101 1001111 11000 101100 1000010 101110

Color Harmonies of #C19828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19828

Black with #C19828

Text Example


Text Example

White with #C19828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19828; }

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

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

background-color css

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

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

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

border-color css

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

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

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