Html Css Color HEX #C19028 Nugget

📋 copy color: '#C19028'

red 193 ◦ green 144 ◦ blue 40

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

Shades of Nugget #C19028

Tints of Nugget #C19028

RGB

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

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

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

R = 51.19%
G = 38.2%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C19028 (or 0xC19028) is known color: Nugget. HEX triplet: C1, 90 and 28. RGB value is (193,144,40). Sum of RGB (Red+Green+Blue) = 193+144+40=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C19028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19028 is #3E6FD7. Grayscale: #939393. Windows color (decimal): -4091864 or 2658497. OLE color: 2658497.

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

Color convert

RGB 193 144 40 -
CMYK 0 0.25 0.79 0.24
HSL 40.78º 0.66% 0.46% -
HSV(B) 40.78º 0.79% 0.76% -
XYZ 32.35 31.44 6.37 -
YUV 146.8 67.73 160.96 -
System Red Green Blue C M Y K H S L
Decimal 193 144 40 0 0.25 0.79 0.24 40.78 0.66 0.46
Hex C1 90 28 0 19 4F 18 29 42 2E
Octal 301 220 50 0 31 117 30 51 102 56
Binary 11000001 10010000 101000 0 11001 1001111 11000 101001 1000010 101110

Color Harmonies of #C19028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19028

Black with #C19028

Text Example


Text Example

White with #C19028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19028; }

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

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

background-color css

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

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

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

border-color css

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

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

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